[Bug 2996] PubkeyAcceptedKeyTypes contains ssh-rsa, but sshd fails pubkey login with "key type ssh-rsa not in PubkeyAcceptedKeyTypes"

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 23 18:12:10 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2996

Jakub Jelen <jjelen at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jjelen at redhat.com

--- Comment #2 from Jakub Jelen <jjelen at redhat.com> ---
The OpenSSH is now using SHA2 variants by default. Your configurations
do not list them so they are not accepted by your server. Try to add
rsa-sha2-512,rsa-sha2-256 to PubkeyAcceptedKeyTypes

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list