- VS Code Version: 1.120.0
- OS Version: Darwin arm64 25.4.0
Steps to Reproduce:
- Define an SSH host in ~/.ssh/config that uses ProxyJump.
- Connect to the host via the standard editor SSH entry — works.
- Try connecting to the same host from the new Agents view — fails with
EHOSTUNREACH.
Expected:
Agents view should honor ~/.ssh/config (including ProxyJump) and connect successfully.
Actual:
Agents view cannot reach the host and immediately returns EHOSTUNREACH.
SSH config example:
host claude
proxyJump jumpserver
user var-x
hostname var-c
port 22
identityfile var-b
host jumpserver
user var-y
hostname var-z
port 22
identityfile var-a
Steps to Reproduce:
EHOSTUNREACH.Expected:
Agents view should honor ~/.ssh/config (including ProxyJump) and connect successfully.
Actual:
Agents view cannot reach the host and immediately returns
EHOSTUNREACH.SSH config example: