-
Notifications
You must be signed in to change notification settings - Fork 150
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
Password authentication failure on OpenSSH 8.2 servers #298
Comments
Hi there, Thanks for the interest. Best to check authentication works with regular ssh first, then try using the library with the same authentication method. Typically root logins are not allowed. Not seeing an issue with library, closing. |
Yeah I'm able to connect to the servers with regular ssh. But yeah I'm using the root account, isn't there a workaround to login with a root? |
Login works with root using the If that does work, can try the client |
Output of
Output of
|
When trying this I get this error (my password is correct though)
|
By the way, you can hide ip. It seems reachable. |
Do you think this issue is related to that this account is a root user? Would it be solved if I create normal users to connect to? Or is this an OpenSSH 8.2 bug/issue? |
Possibly. Try with normal user and see if it connects. I suspect it's a preferred key exchange algorithm method that has changed in 8.2 - will need to try and reproduce with that server. |
I think I also bumped into that issue when using key-based authentication. I wanted to report this, but I didn't know how really. Do you want my logs too? |
Hi @Keij0 , If you can provide details on how to reproduce that would be very helpful. Have not been able to reproduce as yet. Worth checking with latest version of this library and with both clients. |
I'm trying to run a single command on multiple servers, my server provider is vultr. But I get a AuthenticationException.
Code:
Error:
System:
The text was updated successfully, but these errors were encountered: