-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Mount with Windows. #430
Comments
this work for me set .ssh\config like this
cmd
|
Can you elaborate more, please? I get |
Running the following got me up and running for now 'C:\Program Files\SSHFS-Win\bin\sshfs-win.exe' svc \sshfs.kr\username@hostname!22\home/username/ X: If someone could explain why the whole thing is neither working in Explorer nor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to mount an ubuntu server directory on my local pc. I have seemed to have tried everything. I have a keypair with amazon the key is called, newKey.pem. What is the correct command to mount a directory using SSHFS with a public key on windows?
Doing this SSH command works:
ssh -i "C:\users\user\downloads\newKey.pem" [email protected]
However when I try to mount the directory with this command:
"C:\Program Files\SSHFS-Win\bin\sshfs-win.exe" svc \sshfs.k\[email protected] S: "IdentityFile=C:\users\user\downloads\newKey.pem"
I receive this error:
[email protected]: Permission denied (publickey).
read: Connection reset by peer
Please help, I have been trying to do this for what seems ages!
The text was updated successfully, but these errors were encountered: