https://bugzilla.mindrot.org/show_bug.cgi?id=3507
--- Comment #25 from Darren Tucker <[email protected]> --- (In reply to Darren Tucker from comment #24) > 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" These loads are in ssh.c and are gated by "if (options.hostbased_authentication)" and do include certificates. I'd suggest: - checking that HostbasedAuthentication isn't disabled someplace, eg, a user config file ( check the effective setting with "ssh -G yourserver | grep hostbased"). - checking that the public portion of host keys are readable by unprivileged users (since this is done in the client). -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
