Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Password auth turned off in OpenSSH |
|---|---|
| Date: | Tue, 12 Oct 2004 10:48:50 +1000 |
Since I have PasswordAuthentication turned off, I was under the impression that a brute force password attack on my system was not possible. That is, it would not allow anyone to attempt a login by providing username/password. The fact that it seems to be allowing password authentication has me wondering if there is a bug. Am I not understanding what this flag does? When I try to connect from one of my other systems via username/password to this ssh server, I don't get the chance to enter a password, and my logfiles look different from what happens during an attack.
I do understand that a computer on a public network can be the target of brute force password attacks, but doesn't that become impossible when public key authentication is the only way allowed?
So my question is, is there a bug, or do I have something wrong in my config file? And do my logfiles really tell me that username/password authentication is happening?
Here is a sample from my log file:
Oct 4 15:15:09 lh2 sshd[28337]: Could not reverse map address 202.33.56.20. Oct 4 15:15:09 lh2 sshd[28337]: Failed password for root from 202.33.56.20 port 47240 ssh2 Oct 4 15:15:09 lh2 sshd[28337]: Received disconnect from 202.33.56.20: 11: Bye Bye
/* try to authenticate user */
m = authmethod_lookup(method);
if (m != NULL) {
debug2("input_userauth_request: try method %s", method);
authenticated =>m->userauth(authctxt);
}--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Password auth turned off in OpenSSH, C. Linus Hicks |
|---|---|
| Next by Date: | Re: OpenSSH -- a way to block recurrent login failures?, Victor Danilchenko |
| Previous by Thread: | Re: Password auth turned off in OpenSSH, C. Linus Hicks |
| Next by Thread: | Re: Password auth turned off in OpenSSH, C. Linus Hicks |
| Indexes: | [Date] [Thread] [Top] [All Lists] |