[Bug 3615] Host Based Authentication is failing
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Sep 20 22:45:42 AEST 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3615
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Please attach at client side debug trace (ssh -vvv -p 1023 yourserver)
and server side (/path/to/sshd -ddde p 1023) traces.
Hostbased is particularly picky about name resolution, you may need to
add HostbasedAuthentication=yes (client side) and
HostbasedUsesNameFromPacketOnly=yes (server side).
--
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