sshd pam_setcred problem
From: Eric Caron (ericcaron1_at_yahoo.com)
Date: 05/26/04
- Next message: Mike Delaney: "Re: Public key authentication troubles"
- Previous message: Nicolas Bertolotti: "Re: Public key authentication troubles"
- Next in thread: Darren Tucker: "Re: sshd pam_setcred problem"
- Reply: Darren Tucker: "Re: sshd pam_setcred problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 16:23:45 -0400
I am using openSSH 3.7 with PAM 0.75 on Linux RedHat 8.0.
I have my own script to start the daemon because a bunch of things need to
happen before the daemon is started. The sshd start script is called from my
own shell srcipt.
The daemon process starts correctly.
When I try to connect to the box I get try error message.
ssh mtc@47.133.24.50
Password:
Connection to 47.133.24.50 closed by remote host.
Connection to 47.133.24.50 closed.
I get these logs in syslog.
Jan 1 00:09:10 10 sshd[798]: Accepted keyboard-interactive/pam for mtc from
47.128.32.124 port 38542 ssh2
Jan 1 00:09:10 10 sshd(pam_unix)[801]: session opened for user mtc by
(uid=0)
Jan 1 00:09:10 10 sshd[801]: fatal: PAM: pam_setcred(): Permission denied
Jan 1 00:09:10 10 sshd(pam_unix)[801]: session closed for user mtc
It seems sshd is trying to write user credential but it doesn't have the
permission. Something interesting. I get the same error if I try to
connect with the root account.
Eric
- Next message: Mike Delaney: "Re: Public key authentication troubles"
- Previous message: Nicolas Bertolotti: "Re: Public key authentication troubles"
- Next in thread: Darren Tucker: "Re: sshd pam_setcred problem"
- Reply: Darren Tucker: "Re: sshd pam_setcred problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|