[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2014-03-26 Thread Bug Watch Updater
Launchpad has imported 26 comments from the remote bug at https://bugzilla.mindrot.org/show_bug.cgi?id=974. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2014-03-26 Thread Simon Déziel
In recent versions, with "LogLevel INFO", the following is logged: Connection closed by 172.16.0.1 [preauth] But setting "LogLevel VERBOSE" gives this: Connection from 172.16.0.1 port 42049 on 172.16.0.2 port 22 Failed publickey for simon from 172.16.0.1 port 42049 ssh2: RSA ab:cd:ef:00:11:2

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2014-03-26 Thread Simon Déziel
The bug is still present in Trusty using openssh version 6.5p1-6 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/501956 Title: OpenSSH does not log failed attempts when key authentic

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2012-10-14 Thread Kees Cook
** Branch linked: lp:~kees/openssh/report-publickey -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/501956 Title: OpenSSH does not log failed attempts when key authentication is used

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-02-18 Thread Don Reid
To summarize: LogLevel INFO RSAAuthentication yes PubkeyAuthentication yes HostbasedAthentication no ChallengeResponseAuthentication no PasswordAuthentication no AllowUsers lukeskywalker [1] The decision to log the error is made in procedure "auth_log" in "auth.c": /* Raise logging level */

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-02-15 Thread Don Reid
auth_log in auth.c is not changing the error logging function from "authlog" to "logit" for this type of error (line 258). If you use "sshd start -dd" you will get the failed attempt clearly on the screen but NOT in auth.log. NB. Setting LogLevel to VERBOSE does show the failed attempts quite well

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-01-09 Thread Jonathan Davies
** Bug watch added: OpenSSH Portable Bugzilla #974 https://bugzilla.mindrot.org/show_bug.cgi?id=974 ** Also affects: openssh via https://bugzilla.mindrot.org/show_bug.cgi?id=974 Importance: Unknown Status: Unknown -- OpenSSH does not log failed attempts when key authentication is

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-01-09 Thread Jonathan Davies
** Changed in: openssh (Ubuntu) Status: New => Confirmed ** Changed in: openssh (Ubuntu) Importance: Undecided => Medium -- OpenSSH does not log failed attempts when key authentication is used https://bugs.launchpad.net/bugs/501956 You received this bug notification because you are a m