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

Standard SSH client works fine. But no luck with SSH FS. Looking at the logs, looks like SSH2 might manage the exchange incorrectly. But I'm new to all of this,...

VS code is failing to open because of the number of Error handling uri messages. This just began after the update to version 1.71.0. Connecting to an IBM i os...

User can open VS Code and use the 'Open remote SSH terminal' option in SSH FS to connect. That works. User tries to 'Add as Workspace folder'. Fails. Looked at...

The extension automaticly refreshes the open-file tree every time I move the focus of windows (i.e. select another application and come back to vs code). This makes the extension very...

I can't connect from my Ubuntu 22.08 workstation to another Linux server. ``` ssh -V OpenSSH_8.9p1 Ubuntu-3, OpenSSL 3.0.2 15 Mar 2022` ``` Here's my settings.json ``` { "workbench.colorTheme": "Solarized...

Noticed that when I edit a file on remote server via the extension the file permissions change from rw-r--r-- (644) to rw------- (600). How do I avoid that? Would like...

Many thanks for this awesome plugin! When I use the "Root" setting in a configuration (say `/home/somebody`) it is obviously possible to navigate to a parent or other location by...

I am trying to add a workspace folder from SSH Hosted in Windows Server. But I am getting the following error: ![image](https://user-images.githubusercontent.com/8948123/160981407-74970e64-6f29-4ea5-8563-ac5ec6f95602.png) Can you please guide me how I can...

bug

So I currently have my .ssh config set up like this: ``` Host jumpbox MACs [email protected] HostKeyAlgorithms ecdsa-sha2-nistp256 HostName [REDACTED (jumpbox ip)] User [REDACTED] Host vm1 RequestTTY force HostKeyAlgorithms ecdsa-sha2-nistp256...

bug
waiting