SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

ProxyJump stopped working #205

Closed 2sn closed 4 years ago

2sn commented 4 years ago

I noticed that since within the last few weeks the 'ProxyJump" option in .ssh/config stopped working. It used to work seamlessly before.

Example .ssh/config file

Host A
Hostname myproxy.org
User myself

Host B
Hostname myremote.org
User myself
ProxyJump A

if I now use sshfs B:remote local

it no longer works; I tried for a case where no proxy was needed, and adding the proxy prevented connection. I can log in using the same configuration. It got stuck after the line (in 'LogLevel DEBUG3')

debug1: Local version string SSH-2.0-OpenSSH_8.3

Other info:

Fedora 32, Kernel 5.7.7, on all machines involved.
SSHFS version 3.7.0
FUSE library version 3.9.1
using FUSE kernel interface version 7.31
fusermount3 version: 3.9.1
SchoofsKelvin commented 4 years ago

I think you're reporting this on the wrong repository. This repository is for the SSH FS extension for Visual Studio Code. Your issue seems to be about the Linux command/package instead.

2sn commented 4 years ago

Thanks. Sorry about that.