Displaying 2 results from an estimated 2 matches for "alaemon".
Did you mean:
_daemon
2010 Apr 29
12
[Bug 1765] New: Error message if key not first in authorized_keys file
...nedTo: unassigned-bugs at mindrot.org
ReportedBy: anders.liljegren at uadm.uu.se
If a public key with an associated IP address or domain name in the
"from=" field is not on the first line in the authorized_keys file, an
error message is printed twice in the log:
Apr 29 15:20:03 alaemon sshd[16333]: Authentication tried for http with
correct key but not from a permitted host (host=anders.its.uu.se,
ip=130.238.131.142).
Apr 29 15:20:03 alaemon sshd[16333]: Accepted publickey for http from
130.238.131.142 port 60901 ssh2
Apr 29 15:20:03 alaemon sshd[16335]: Received disconnect from...
2010 Nov 22
9
[Bug 1841] New: Error message if key not first in authorized_keys file
...If a public key occurs twice in the authorized_keys file but with
different IP addresses or domain names in the "from=" field, and if the
a connection is made from the IP address or domain name of the latter,
then the following error message is printed twice in the log:
Nov 22 16:31:27 alaemon sshd[11763]: Authentication tried for anders
with correct key but not from a permitted host (host=anders2.its.uu.se,
ip=130.238.131.143).
Nov 22 16:31:33 alaemon sshd[11763]: Authentication tried for anders
with correct key but not from a permitted host (host=anders2.its.uu.se,
ip=130.238.131.143)....