-
Notifications
You must be signed in to change notification settings - Fork 28
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
"Auth error" against freebsd #99
Comments
Hi there, can you help provide the debug info on the server side?
|
Did you uncomment the line
in your /etc/ssh/sshd_config? BRs |
Yes, if I do that, ssh-rs can login. But (just to make sure), that does not mean that you cannot not log in by password. (I guess technically the mode is "keyboard-interactive"/"ChallengeResponse") In FreeBSD´s default setting (where ssh-rs fails), this python code can login just fine:
So can ssh tools like filezilla, and obviously commandline ssh, etc. |
I try to use ssh-rs to authenticate to a freebsd 11 vm (same problem against freebsd 13 btw).
BSD VM is freshly installed.
Only change: root login allowed.
Source VM is Ubuntu 22.
Username and password work from the same VM with commandline ssh.
Program:
Logs on the BSD box:
logging enabled on ssh-rs:
The text was updated successfully, but these errors were encountered: