Re: Password auth turned off in OpenSSH

From: C. Linus Hicks (lhicks_at_nc.rr.com)
Date: 10/12/04

  • Next message: Darren Tucker: "Re: Password auth turned off in OpenSSH"
    To: secureshell@securityfocus.com, Daniel Prevett <Daniel.Prevett@vandyke.com>
    Date: 12 Oct 2004 01:12:24 -0400
    
    

    On Mon, 2004-10-11 at 15:59, Daniel Prevett wrote:
    > Look for an option in the sshd_config file that looks like this:
    >
    > # Set this to 'yes' to enable PAM keyboard-interactive authentication
    > # Warning: enabling this may bypass the setting of 'PasswordAuthentication'
    > PAMAuthenticationViaKbdInt yes
    >
    > If it's set to yes, that's likely what is happening. Setting that
    > option to no should force the users to have to use public key provided
    > that PasswordAuthentication is also set to no.

    I remember reading the discussion of that option in the documentation as
    I was researching the problem. However, my config file has that turned
    off as well, that is, it is set to 'no'.

    Actually, to be more specific, I used to have PasswordAuthentication
    turned on. When I noticed the attempted logins recently, I turned it
    off. The timestamp on my config file is September 28th, and I
    specifically remember sending it a SIGHUP after I made the modification
    and ps shows it having been started on September 28th.
    PAMAuthenticationViaKbdInt has always been turned off. My log files show
    the password attacks as recently as October 4th, when I closed that port
    in my firewall pending resolution of this problem.

    -- 
    C. Linus Hicks <lhicks@nc.rr.com>
    

  • Next message: Darren Tucker: "Re: Password auth turned off in OpenSSH"

    Relevant Pages

    • Re: [SLE] Getting Dreamweaver to connect to SFTP via vsftpd
      ... > I just wonder what changing the PasswordAuthentication from no to yes ... Just what it says, can you use username/password to log in, or do you ... BTW, you *did* change PermitRootLogin to 'no', did you not? ... is 'yes' (read the comments at teh top of the config file, ...
      (SuSE)
    • Re: Any Way to Defeat Cracker Login Attempts? (OS X)
      ... Not my understanding. ... A clip at my /etc/sshd config file shows the applicable setting... ... uncomment PasswordAuthentication and change to no. ...
      (comp.sys.mac.system)
    • SSHD: PasswordAuth.=no, how to deal with PAMAuthenticationViaKbdInt ??
      ... I got one question regarding security issues when dealing with sshd. ... My question now is regarding the PAMAuthenticationViaKbdInt ... how does these two options effect each other: ... "PasswordAuthentication" and "PAMAuthenticationViaKbdInt"? ...
      (comp.os.linux.security)