vscode-sshfs icon indicating copy to clipboard operation
vscode-sshfs copied to clipboard

Extension for Visual Studio Code: File system provider using SSH

Results 101 vscode-sshfs issues
Sort by recently updated
recently updated
newest added

## My situation I typically have about 5+ SSH keys loaded in my ssh-agent, without storing key files on my disk because they are loaded by KeePassXC (a password manager)....

enhancement

Currently, it seems to only work for an absolute path. That means it will not work for folder or workspace as each user will have a different absolute path.

enhancement
good first issue

_Discovered while double-checking Terminal Links for #342_ Currently, we add terminal links for absolute paths (and incorrect relative paths, see #344), but this errors when opening a path to a...

enhancement
good first issue

_Discovered while double-checking Terminal Links for #342_ A terminal link for e.g. `./file.ext` will actually link to `ssh:///file.ext`, i.e. it is handled as an absolute path. Mostly because the RegExp...

enhancement

_Originally intended as an alternative solution for #339_ Some config fields, e.g. `Username`, `Agent`, ... support environment variables, such as `$SSH_AUTH_SOCK`. The user in the original issue had the extension...

enhancement

In #335 I figured out a workaround for opening configs and even specific remote filenames via commandline. But, when doing it this way, the way the explorer tree is shown...

enhancement
good first issue

### Issue Description ### When using `` for password on a connection, the password prompt will repeat many times and eventually hang the extension in an apparent loop if a...

enhancement

A working PuTTY session fails to log in when starting a terminal via SSH FS. The auto-login username, if different from the system username, seems to be ignored when "Use...

bug

The extension can't work with configuration where the ssh user supports only internal-sftp and no shell acces, as it connects using ssh instead of sftp command

enhancement

Hi Kelvin, This is a fantastic product you have. Well done, and thank you! As a network engineer, I would love the ability to also use it as more of...

bug
waiting