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

SSHFS For Windows

Results 176 sshfs-win issues
Sort by recently updated
recently updated
newest added

I am trying to get SSHFS working, and I don't know what is the error. I'm using Windows 11 and connecting with `ssh ` does work. Also, `sshfs` in WSL...

Hi, I was able to connect to my EC2 Linux instance on AWS from my Windows 10 laptop, a month ago. Now I am running this `./sshfs -o default_permissions,IdentityFile='C:/Users/me/Documents/ntalamaws.pem' [email protected]:/...

I can map a network drive (`Z:`) and have read/write access to it, but when I try `git init`, it failed with error like: `Z:/deployScript/.git/: Permission denied` ![image](https://user-images.githubusercontent.com/815378/44066743-97d090c4-9fa4-11e8-857f-1bce7802a8fa.png) where should...

## Summary - ssh and sshfs-win work for Target1 (Ubuntu16.04) - ssh works for Target2 (custom embedded Linux) but sshfs-win does not work and gives permission error ## Details I...

I am using the latest SSHFS-Win 2020.1 Beta1 against windows 10 2004 (and WinFsp 2020.2 Beta2) When I try to create a new folder on a remote drive, It doesn't...

I do not know if this is a bug or misconfiguration on my end. This how to reproduce. I open one cmd as a normal user and one as an...

I can do \\sshfs.k\user@hpcomp , that works, but I want to access outside of the user directory, So I tried \\sshfs.k\Administrator@hpcomp and that works, as I have the public key...

Consistently getting permission denied when trying to connect to server. ``` C:\> sshfs-win.exe svc \sshfs.k\{host-alias} R: Warning: Permanently added '{HOST},{HOST_IP}' (ED25519) to the list of known hosts. {REMUSER}@{HOST}: Permission denied...

can it run with sudo options? on linux sshfs i use this line: sshfs -o allow_other,sftp_server="/usr/bin/sudo /usr/lib/openssh/sftp-server",default_permissions

Hi, trying to set up sshfs over a jumphost. Have made sure the `ssh.exe` in the `bin ` folder is first in path. SSH seems to read my global config,...