-
Notifications
You must be signed in to change notification settings - Fork 5
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
Public SSH Key Error #65
Comments
Hi @kikoking1 It isn't supposed to try and use the public key if it isn't configured to do so. I took a look at the code, but it isn't obvious how this can be happening. I'll experiment some more to see if I can reproduce this behaviour. Just to make sure. So even if you choose 'Login with password' instead of 'Login with private key' you still get the error? |
Yes, I get the same error even if I try to login with the private key and use the passphrase. |
Oh sorry, yes the error happens even if I choose Login with password. |
I couldn't reproduce the issue myself, but I think I found it. I just released v0.8.8. Let me know if it fixed the problem. |
Ok great. I'll look into the issue with testing the connection. |
When a public SSH key is added to my mac computer, atom commander tries to use it whether I want it to or not through sftp connecting. It says that the encoding is too long, no matter which settings I use in the sftp. I had to remove my public SSH key from my mac to get it to work again. Is there a way to get it not to use the Public SSH key if one is on the computer, or make it so it doesn't error out with the encoding being too long?
The text was updated successfully, but these errors were encountered: