remote-ssh: I use the jumpmachine so as to use the targetmachine, but meet some questions, could anyone help me?

Use the 202 as the jumpmachine,and 192 is the targetmachine,I added the following to the.config file:

Host 202...*
HostName 202...*
User jump
Port 22

Host 1921via202
HostName 192...*
User target
Port 22
ProxyCommand ssh -W %h:%p 202...*

errors are the following:

[09:55:03.284] Log Level: 2
[09:55:03.296] SSH Resolver called for “ssh-remote+1921via202”, attempt 1
[09:55:03.297] “remote.SSH.useLocalServer”: false
[09:55:03.297] “remote.SSH.useExecServer”: true
[09:55:03.301] “remote.SSH.showLoginTerminal”: false
[09:55:03.301] “remote.SSH.remotePlatform”: {“202.117.43.4”:“linux”,“192...":“linux”,"202...”:“linux”,“192...*”:“linux”,“JumpMachine”:“linux”,“ubuntu”:“linux”}
[09:55:03.301] “remote.SSH.path”: undefined
[09:55:03.302] “remote.SSH.configFile”: C:Usershdl.sshconfig
[09:55:03.302] “remote.SSH.useFlock”: true
[09:55:03.302] “remote.SSH.lockfilesInTmp”: false
[09:55:03.302] “remote.SSH.localServerDownload”: auto
[09:55:03.302] “remote.SSH.remoteServerListenOnSocket”: false
[09:55:03.302] “remote.SSH.showLoginTerminal”: false
[09:55:03.303] “remote.SSH.defaultExtensions”: 
[09:55:03.303] “remote.SSH.loglevel”: 2
[09:55:03.303] “remote.SSH.enableDynamicForwarding”: true
[09:55:03.303] “remote.SSH.enableRemoteCommand”: false
[09:55:03.304] “remote.SSH.serverPickPortsFromRange”: {}
[09:55:03.304] “remote.SSH.serverInstallPath”: {}
[09:55:03.321] VS Code version: 1.92.1
[09:55:03.321] Remote-SSH version: [email protected]
[09:55:03.322] win32 x64
[09:55:03.327] SSH Resolver called for host: 1921via202
[09:55:03.327] Setting up SSH remote “1921via202”
[09:55:03.333] Using commit id “eaa41d57266683296de7d118f574d0c2652e1fc4” and quality “stable” for server
[09:55:03.336] Install and start server if needed
[09:55:05.459] Checking ssh with “C:Program Files (x86)Common FilesOracleJavajavapathssh.exe -V”
[09:55:05.464] Got error from ssh: spawn C:Program Files (x86)Common FilesOracleJavajavapathssh.exe ENOENT
[09:55:05.465] Checking ssh with “D:texlivetexlive2021binwin32ssh.exe -V”
[09:55:05.467] Got error from ssh: spawn D:texlivetexlive2021binwin32ssh.exe ENOENT
[09:55:05.467] Checking ssh with “C:WINDOWSsystem32ssh.exe -V”
[09:55:05.470] Got error from ssh: spawn C:WINDOWSsystem32ssh.exe ENOENT
[09:55:05.471] Checking ssh with “C:WINDOWSssh.exe -V”
[09:55:05.474] Got error from ssh: spawn C:WINDOWSssh.exe ENOENT
[09:55:05.474] Checking ssh with “C:WINDOWSSystem32Wbemssh.exe -V”
[09:55:05.476] Got error from ssh: spawn C:WINDOWSSystem32Wbemssh.exe ENOENT
[09:55:05.476] Checking ssh with “C:WINDOWSSystem32WindowsPowerShellv1.0ssh.exe -V”
[09:55:05.478] Got error from ssh: spawn C:WINDOWSSystem32WindowsPowerShellv1.0ssh.exe ENOENT
[09:55:05.478] Checking ssh with “C:WINDOWSSystem32OpenSSHssh.exe -V”
[09:55:05.535] > OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2

[09:55:05.541] Using SSH config file “C:Usershdl.sshconfig”
[09:55:05.542] Running script with connection command: “C:WINDOWSSystem32OpenSSHssh.exe” -T -D 64931 -F “C:Usershdl.sshconfig” 1921via202 bash
[09:55:05.544] Terminal shell path: C:WINDOWSSystem32cmd.exe
[09:55:05.867] > e]0;C:WINDOWSSystem32cmd.exea
[09:55:05.868] Got some output, clearing connection timeout
[09:55:05.903] > Bad owner or permissions on C:Usershdl/.ssh/config
[09:55:05.929] > kex_exchange_identification: Connection closed by remote host过程试图写入的管道不存在。
[09:55:07.189] “install” terminal command done
[09:55:07.190] Install terminal quit with output: 过程试图写入的管道不存在。
[09:55:07.190] Received install output: 过程试图写入的管道不存在。
[09:55:07.191] Failed to parse remote port from server output
[09:55:07.193] Resolver error: Error:
at g.Create (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:499181)
at t.handleInstallOutput (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:496503)
at t.tryInstall (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:620043)
at async c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:579901
at async t.withShowDetailsEvent (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:583207)
at async k (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:576866)
at async t.resolve (c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:580578)
at async c:Usershdl.vscodeextensionsms-vscode-remote.remote-ssh-0.111.2024040515outextension.js:2:846696
[09:55:07.201] ------

I tried changing the permissions for .config and adding absolute paths to the Settings, but without success. Now, I think it may have something to do with the difference between MAC and Android. I am very troubled by this problem. I read a lot of posts, but it doesn’t solve the problem. Could anyone help me, thanks a lot.

New contributor

sunny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật