Re: FW: OpenSSH 3.7.1p1 & PAM authentication on Solaris 8

From: Darren Tucker (dtucker_at_zip.com.au)
Date: 01/20/04

  • Next message: Jesse C. Waters: "FW: port forwarding"
    Date: Tue, 20 Jan 2004 11:58:35 +1100
    To: Aaron Sheard <asheard@axia.com>
    
    

    Aaron Sheard wrote:
    > I am having a problem with the latest version of openssh 3.7... 3.6
    > and below seem to work fine on solaris 8 with pam. When i compile
    > 3.7.1p1 or 3.7.1p2 with the --with-pam configure option, it seems to
    > skip the authentication module, however it seems to read the session
    > and account sections. It doenst seem to care if the authentication
    > lines are in there at all. What changes were made between 3.6 and 3.7?
    > Should i be using some other configure options?

     From the 3.7p1 release notes:
    "Replace PAM password authentication kludge with a more correct PAM
    challenge-response module from FreeBSD."

    You probably want these in your sshd_config:
    UsePAM yes
    ChallengeResponseAuthentication yes
    PasswordAuthentication no

    -- 
    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: Jesse C. Waters: "FW: port forwarding"

    Relevant Pages

    • Re: OpenSSH 3.7.1p1 & PAM authentication on Solaris 8
      ... >>and below seem to work fine on solaris 8 with pam. ... When i compile ... >>skip the authentication module, however it seems to read the session ... Good judgement comes with experience. ...
      (comp.security.ssh)
    • Re: sshd "none" method authentication
      ... Subject: sshd "none" method authentication ... publickey authentication. ... PAM, and I don't know a good general solution to this. ... Good judgement comes with experience. ...
      (SSH)
    • Re: Display username and host when prompting for password
      ... I assume you're using PAM? ... using keyboard-interactive authentication for PAM and the "Password: ... Configure PAM to provide the host's name in its password prompt ... Good judgement comes with experience. ...
      (comp.security.ssh)
    • Re: OpenSSH and pam_krb5
      ... > with GSSAPI and PAM authentication. ... this data is present in a separate process (the "authentication ... application (ie sshd). ...
      (SSH)
    • Re: Solaris 9 authentication and access control into Active Directory
      ... implement a user within your Active Directory for the machine, ... As others have mentioned there's PAM samba SMB integration. ... Recently I've been using LDAP authentication. ...
      (Focus-SUN)