Displaying 1 result from an estimated 1 matches for "l1773".
Did you mean:
1773
2016 Jan 28
4
[Bug 2533] New: do not check if HostKeyAgent is available on ssdh startup
...ponent: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: igor at mir2.org
Currently with the HostKeyAgent option sshd checks on startup if it can
connect to the agent socket,
https://github.com/openssh/openssh-portable/blob/ebacd377769ac07d1bf3c75169644336056b7060/sshd.c#L1773
This introduces an artificial dependency between the agent process and
sshd and require the agent running when sshd starts. Moreover, as this
check do not verify if the the agent has the keys for the server, the
usability as a health check of such query is rather low.
It would be nice to either r...