Re: strange ssh/pam problem
From: Darren Tucker (dtucker_at_zip.com.au)
Date: 03/27/04
- Previous message: Daniel Gapinski: "RE: limiting shell access with ssh, allowing sftp"
- In reply to: fisch: "Re: strange ssh/pam problem"
- Next in thread: Bill Edison: "setting up ssh keys"
- Reply: Bill Edison: "setting up ssh keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Previous message: Daniel Gapinski: "RE: limiting shell access with ssh, allowing sftp"
- In reply to: fisch: "Re: strange ssh/pam problem"
- Next in thread: Bill Edison: "setting up ssh keys"
- Reply: Bill Edison: "setting up ssh keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|