Mailing List Archive

[Bug 1468] sshd does not log failed attempts using key-based authentication only
https://bugzilla.mindrot.org/show_bug.cgi?id=1468


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
CC| |djm@mindrot.org




--- Comment #1 from Damien Miller <djm@mindrot.org> 2008-05-23 03:31:42 ---
Setting Loglevel=verbose in sshd_config will show failed pubkey
authentication attempts.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1468] sshd does not log failed attempts using key-based authentication only [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1468





--- Comment #2 from Andrew Daviel <advax@triumf.ca> 2008-05-23 04:08:53 ---
Thank you; that works.

However, this setting is not the default and the manpage
(sshd_config.5) does not document this feature.

With "Loglevel=verbose" :

SSH-2.0-OpenSSH_5.0
sshd[28336]: Connection from 127.0.0.1 port 35709
sshd[28336]: Failed none for andrew from 127.0.0.1 port 35709 ssh2
sshd[28336]: Failed publickey for andrew from 127.0.0.1 port 35709 ssh2

This is acceptable

Older versions do not give as much detail

SSH-2.0-OpenSSH_4.2
sshd[3927]: Connection from a.b.c.d port 48465
sshd[26716]: Failed none for andrew from a.b.c.d port 53023 ssh2

SSH-1.99-OpenSSH_3.5p1
sshd[3927]: Connection from a.b.c.d port 48465

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs