[Bug 3615] Host Based Authentication is failing

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 22 14:44:49 AEST 2023


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

--- Comment #19 from Darren Tucker <dtucker at dtucker.net> ---
I'll take a look at the logs, but one question: do you have
"EnableSSHKeysign yes" in /etc/ssh/ssh_config?  It needs to be in the
global section:

```
 EnableSSHKeysign
       Setting this option to yes in the global client configuration
       file /etc/ssh/ssh_config enables the use of the helper program
       ssh-keysign(8) during HostbasedAuthentication.  The argument
must
       be yes or no (the default).  This option should be placed in the
       non-hostspecific section.  See ssh-keysign(8) for more
information.
```

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


More information about the openssh-bugs mailing list