winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
5.21k stars 265 forks source link

Does this work with key based authentication? #450

Open developer992 opened 1 week ago

developer992 commented 1 week ago

Because it asks for password, and i don't have it ... my key is on the server and i can ssh on in using putty or WinSCP, but not using this ...

thanks

R3ality commented 5 days ago

Take a look at the "UNC Syntax" section of README.md - particularly regarding prefixes sshfs.k and sshfs.kr you can define during mounting. Your private key is expected to be located at %USERPROFILE%/.ssh/id_rsa on your client machine and to not be passphrase protected.