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

Using v1.26.1 when connecting to instances of sshd that request `keyboard-interactive` authentication (instead of `password` authentication) I get prompted twice for a password. e.g. ![2023-05-25_082336](https://github.com/SchoofsKelvin/vscode-sshfs/assets/6691087/a6281dcd-480b-4cdc-9cd3-d51068132c92) ![2023-05-25_082359](https://github.com/SchoofsKelvin/vscode-sshfs/assets/6691087/f3e9a186-1480-4906-b0ff-3443c5bc2400) It doesn't matter what...

I apologize if this is a setting I need to enable in coder, but when I refresh the webpage, all expanded directories in the tree are collapsed again. Is there...

Type: Bug Something has changed in the last 1-2 weeks that is causing file saves (to Linux FS) to either take an extended period of time (30+ seconds) or to...

bug
waiting

Using SSH FS v1.26.1 in VSCode 1.77.1 on Manjaro Some recent upgrade in VSCode or an underlying library must have broken the functionality to connect with unencrypted .pem keys, and...

Hello! There is an option to switch on dynamic tab title: "terminal.integrated.tabs.description": "${sequence}" (works with MS remote extensions). Do i have a way to enable it, as changing value does...

Well I think this can be a follow up of the #323 In my case, I'm able to open as root using the terminal with the hotfix "sudo bash -c...

bug
waiting

Recently the connection for turing&hopper on vscode stopped working with the ssh fs extension. It used to work fine but now everytime I try to open a terminal, the error...

![image](https://github.com/SchoofsKelvin/vscode-sshfs/assets/174020657/1bb963f4-3b67-4da5-9389-14ebddb7cd69) ![image](https://github.com/SchoofsKelvin/vscode-sshfs/assets/174020657/fdefbf63-db79-4298-b469-f73aa3857e7a) I have to install a old version to make it work with a windows server host, but still with warning. ![image](https://github.com/SchoofsKelvin/vscode-sshfs/assets/174020657/2bf7dd0d-626b-4985-b8ac-06a5ab86a37b) Sshfs is great and is very useful...

Hi, Can I request a new feature for your Extension? Which is View and Edit Permissions of Files and Folders in Tree View? I would like to send you an...

I try to connect via a .ppk encrypted private key generated with puttygen (RSA 2048). It works smoothlessly with putty. I put the option to prompt the Passphrase. I added...