[Bug 3507] Cannot get host-based authentication to work
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Dec 8 18:46:03 AEDT 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3507
--- Comment #24 from Darren Tucker <dtucker at dtucker.net> ---
Comparing working and non-working, the working example has the
following, which is missing from the non-working one:
debug2: hostbased key 4: ecdsa-sha2-nistp256 key from
"/opt/openssh-9.1p1/etc/ssh_host_ecdsa_key"
debug2: hostbased key 5: ssh-ed25519 key from
"/opt/openssh-9.1p1/etc/ssh_host_ed25519_key"
debug2: hostbased key 6: ssh-rsa key from
"/opt/openssh-9.1p1/etc/ssh_host_rsa_key"
Later, you have:
order_hostkeyalgs: have matching best-preference key type
ssh-ed25519-cert-v01 at openssh.com, using HostkeyAlgorithms verbatim
Your host key is a cert? If so, does it work if you use a plain
ed25519 host key?
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list