Agents view fails to connect to SSH hosts using ProxyJump, while main editor's SSH works
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 55/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- typescript
- Domain
- developer-experience, networking
Research direction
Start by reproducing the failure from the Agents view with the provided ~/.ssh/config and ProxyJump setup, then compare it with the standard editor SSH connection that succeeds. Trace how each path handles the SSH configuration and verify that the Agents view connects successfully through the jump host without EHOSTUNREACH.
Written by the indexing model from the issue text.
Description
- 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
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.9k
- PR merge metrics
- PR metrics pending
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vscode
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
new release
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
All issues in microsoft/vscode
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·