[Bug 3507] Cannot get host-based authentication to work

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Dec 8 12:39:19 AEDT 2022


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

--- Comment #22 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3636
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3636&action=edit
Working example sshd log for comparison

I built a separate installation with this additional debugging, its own
keys and set up hostbased on it.  I have the following config files in
${prefix}/etc/:

sshd_config:
HostbasedAuthentication yes
HostbasedUsesNameFromPacketOnly yes
AuthorizedKeysFile /dev/null

ssh_config:
EnableSSHKeySign yes
HostbasedAuthentication yes
PreferredAuthentications hostbased

shosts.equiv:
gate.dtucker.net

ssh_known_hosts:
gate.dtucker.net ssh-ed25519 [...]

and I'm attaching the logs for comparison.

-- 
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