SchoofsKelvin / vscode-sshfs

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

Support for GSSAPI authentication #230

Closed quentinmit closed 3 years ago

quentinmit commented 3 years ago

Unfortunately, the SSH FS extension doesn't seem to pick up GSSAPI as an authentication option even though it's enabled in my .ssh/config. This is the settings:

GSSAPIAuthentication yes
GSSAPIKeyExchange yes

(Note that not all builds of OpenSSH support GSSAPIKeyExchange; it's not in upstream OpenSSH but most Linux distros have it. It's not necessary for GSSAPI authentication to work, but it allows the "trust this key?" prompt to be bypasses on first connection.)

SchoofsKelvin commented 3 years ago

Duplicate of #24