Re: shutting down dictionary attacks

From: Brian J. Woods (brianjwd_at_gmail.com)
Date: 07/04/05

  • Next message: Josh Grosse: "Re: shutting down dictionary attacks"
    Date: Mon, 04 Jul 2005 03:08:21 -0500
    To: secureshell@securityfocus.com
    
    

    Josh Grosse wrote:

    >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-
    >
    >
    >
    Apologies about the last reply.
    More info on the environment the PCs are in is probably needed.


  • Next message: Josh Grosse: "Re: shutting down dictionary attacks"

    Relevant Pages

    • Re: shutting down dictionary attacks
      ... > 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. ... It's not applicable to OpenSSH 4.1 ...
      (SSH)
    • Re: openssh + putty interoperability
      ... > OpenSSH to a combination of Dropbear (presumably server) and PuTTY ... > (presumably client); so where does OpenSSH come into the question? ...
      (comp.security.ssh)
    • Re: Putty psftp connection problem...
      ... here is the original message I sent to the openssh and putty ... A customer of mine reported that sftp didn't work for them. ... On the unix system the sshd reports the ...
      (comp.security.ssh)
    • Re: ssh v2 public key identification works and works not
      ... except the one involving PuTTY. ... > an OpenSSH 2.9 server myself) you're not using PuTTY right. ... change the private key file setting. ... Maybe there should be different settings for ssh v1 and v2 ...
      (comp.security.ssh)
    • Re: How can Putty load my public key generated with OpenSSH
      ... >> I have the OpenSSH daemon running on a Linux box. ... I have Putty on a ... It is that public key I need to load into Putty. ...
      (comp.security.ssh)