Re: strange ssh/pam problem

From: Darren Tucker (dtucker_at_zip.com.au)
Date: 03/27/04

  • Next message: Bill Edison: "setting up ssh keys"
    Date: Sat, 27 Mar 2004 17:05:05 +1100
    To: fisch <fisch@conne-island.de>
    
    

    fisch wrote:

    > On Fri, 2004-03-26 at 00:37, Darren Tucker wrote:
    >
    >>fisch wrote:
    >>
    >>>i use sshd with pam_ldap, login in via ssh works fine.
    >>>"cvs -e ssh ldap_user@cvsserver checkout test" is working fine.
    >>>when i try to use the eclipse-plugin jsch
    >>>(http://www.jcraft.com/jsch/index.html) - i get "error: Could not get
    >>>shadow information for ldap_user" in /var/log/messages on cvsserver
    >>
    >>Which SSH server software and version? Which OS and version?
    >
    > OS: gentoo linux, 1.4, kernel 2.4.24
    > SSH: openssh-3.8_p1

    I would guess that the client is trying password authentication before
    keyboard-interactive. Try disabling it in the server by putting
    "PasswordAuthentication no" in sshd_config and restarting sshd.

    -- 
    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: Bill Edison: "setting up ssh keys"

    Relevant Pages

    • Re: ssh login record problem
      ... > Server runs with 'usePrivilegeseperation no' option. ... >The problem here is when an user login thru password authentication ... >the failure of an user login but who had succesfully logged. ... Good judgement comes with experience. ...
      (comp.security.ssh)
    • Re: strange ssh/pam problem
      ... > i use sshd with pam_ldap, login in via ssh works fine. ... > when i try to use the eclipse-plugin jsch ... Which SSH server software and version? ... Good judgement comes with experience. ...
      (SSH)