-
Notifications
You must be signed in to change notification settings - Fork 88
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
The login attempt fails when using the identified key not the name default #194
Comments
Same problem for me. [Edit] |
I think I've the same issue:
I tried with no passphrase, with passphrase it is the same I tried with key generated byopenssh and putty, it is the same... However whith SFTP Drive it works.... so key and configuration are goods. |
I'm not quite sure if this issue belongs to GUI or SSHFS itself. I've noticed that when I mount the machine using the SSH login key located at C:/User/.ssh/id_rsa, it mounts successfully. However, if I use a different file as my login key, such as id_rsa_linux, it fails to establish a connection (even though I can use id_rsa_linux to log in to SSH successfully and have correctly specified the key's path in the GUI).
success when I use "C:/Users/cc241/.ssh/id_rsa" to login
fail when I use "C:/Users/cc241/.ssh/id_rsa_linux" to login
You can see that I can login SSH with both key
Regarding the error messages, I ran the commands for both the failed login and the successful login, which were printed in the DEBUG OUTPUT. Here are the results:
Error report(Actually, regardless of whether I use the command that succeeded or failed in the GUI, it fails when I enter it in the command prompt (cmd), and I don't know why.)
The text was updated successfully, but these errors were encountered: