shutting down dictionary attacks
From: Josh Grosse (josh_at_jggimi.homeip.net)
Date: 07/02/05
- Previous message: Nathan Zabaldo: "FW: No longer can connect"
- Next in thread: Josh Grosse: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Reply: Guillaume Vissian: "Re: shutting down dictionary attacks"
- Reply: Brian J. Woods: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Maybe reply: apacheroot_at_web.de: "Re: shutting down dictionary attacks"
- Reply: Bartosz Krajnik: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 2 Jul 2005 09:47:59 -0400 To: secureshell@securityfocus.com
I run OpenBSD 3.7 with OpenSSH 4.1, and found that even with:
PermitRootLogin no
PasswordAuthentication no
Protocol 2
ChallengeResponseAuthentication no
Using OpenSSH or Putty from test PCs, I couldn't supply a password, but the
script kiddies were still finding a way to make password attacks. Obviously,
their skills are certainly better than mine.
Searching The Fine Archive, I found
http://marc.theaimsgroup.com/?l=secure-shell&m=109755336414758&w=2
which suggests
PAMAuthenticationViaKbdInt no
as an additional config setting. It's not applicable to OpenSSH 4.1
on OpenBSD. But, poking through sshd(8) I found:
KerberosOrLocalPasswd no
After adding that to my config, it *seems* like my attacks may have
been stopped. At least, they're no longer being logged.
Any thoughts on whether this change will be effective, or if this was just
serendipitous?
-Josh Grosse-
- Previous message: Nathan Zabaldo: "FW: No longer can connect"
- Next in thread: Josh Grosse: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Reply: Guillaume Vissian: "Re: shutting down dictionary attacks"
- Reply: Brian J. Woods: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Maybe reply: apacheroot_at_web.de: "Re: shutting down dictionary attacks"
- Reply: Bartosz Krajnik: "Re: shutting down dictionary attacks"
- Maybe reply: Josh Grosse: "Re: shutting down dictionary attacks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|