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

Hi, I was able to mount the server file system, however, there are two issues: - I am not able to navigate through the server files using cntrl+P - I...

The syntax of the connection string does not follow the normal Linux standard of user@host:/path since the colon component is missing. This makes the plug-in a little misleading / error...

Possibly related to #303. On my Synology NAS, even with SFTP enabled, it doesn't have `/usr/lib/openssh/sftp-server` or even `/usr/libexec/sftp-server`. In fact, `sudo find / -name sftp-server` returns nothing at all....

Not sure if this is an issue or new feature, but I must throw the question. It's possible some way to configure any parameters for develop with assistances? For make...

All the config options I saw were for configuring this extension with Putty, and settings do not allow public key auth via my config file. I have a different ssh...

I set the flag in my config but where I can get the logs? ` "debug": true,`

Have been using this extension for a few months without any problems until the v1.26.1 update. Since then, I get frozen connections where I can no longer save files or...

Hello, I could not find any documentation how to install this extension on remote SSH server. I got warning: "This extension is disabled in this workspace because it is defined...

When using VS Code and SSH FS on my local machine, I just store my SSH key locally and point to that when configuring my connections to each server. I...