Re: OpenSSH 3.7.1p1 & PAM authentication on Solaris 8

From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 01/24/04

  • Next message: Neil W Rickert: "Re: OpenSSH 3.7.1p1 & PAM authentication on Solaris 8"
    Date: Sat, 24 Jan 2004 01:57:24 +0000 (UTC)
    
    

    In article <busj9t$rb5$1@gate.dodgy.net.au>,
    Darren Tucker <dtucker@dodgy.net.au> wrote:
    >What you need to do is put these into sshd_config and restart:
    >PasswordAuthentication no
    >ChallengeResponseAuthentication no

    Correction: make that:
    PasswordAuthentication no
    ChallengeResponseAuthentication yes.

    Faulty fingers, sorry.

    -- 
    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.
    

  • Next message: Neil W Rickert: "Re: OpenSSH 3.7.1p1 & PAM authentication on Solaris 8"

    Relevant Pages

    • Re: OpenSSH 3.8p1 on Solaris with PAM/krb5
      ... > What do I need to do to get sshd to try to use PAM ... Set "PasswordAuthentication no" in sshd_config. ... Darren Tucker ... Good judgement comes with experience. ...
      (SSH)
    • Re: ssh problem after upgrade from woody to sarge
      ... PasswordAuthentication no ... ChallengeResponseAuthentication yes ... UsePAM yes ... Do you Yahoo!? ...
      (Debian-User)
    • Re: sshd BREAKIN ?
      ... POSSIBLE BREAKIN ATTEMPT! ... all my sshd_config is default setting except I have change to "PasswordAuthentication NO, PermitEmptyPasswords NO, and ChallengeResponseAuthentication NO" ...
      (freebsd-questions)
    • Re: Extremely slow authentication via SSH on FreeBSD 6.0
      ... ChallengeResponseAuthentication no ... ssh uses PAM for authentication. ... By commenting those lines out, it doesn't mean that password checking won't be done, just that it will be handled with PAM. ... Try commenting out the PasswordAuthentication, PermitEmptyPasswords, and ChallengeResponse lines. ...
      (freebsd-questions)
    • Re: Extremely slow authentication via SSH on FreeBSD 6.0
      ... ChallengeResponseAuthentication no ... ssh uses PAM for authentication. ... By commenting those lines out, it doesn't mean that password checking won't be done, just that it will be handled with PAM. ... Try commenting out the PasswordAuthentication, PermitEmptyPasswords, and ChallengeResponse lines. ...
      (freebsd-questions)