Displaying 1 result from an estimated 1 matches for "ssh_configon".
Did you mean:
ssh_config
2002 Jun 22
0
[Bug 284] New: Hostbased authentication erroneously reported
...Priority: P5
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: arjones at simultan.dyndns.org
I'm not entirely sure this is a bug, but it seems that way to me. I have
hostbased authentication disabled in sshd_config on the server and in
ssh_configon the client. When i log on to the server, the -d and -v options
(respectively)clearly indicate that public key authentication succeeds. I
receive, as normal, "Accepted publickey for root" blah blah in my log. However,
as of 3.3p1, i ALSO receive "Accepted hostbased " blah blah. T...