Re: Sshd having problems...?
From: Chris Byrnes (chris@jeah.net)
Date: 02/28/01
- Next message: Erick Mechler: "Re: Sshd having problems...?"
- Previous message: Jared Chenkin: "Sshd having problems...?"
- In reply to: Jared Chenkin: "Sshd having problems...?"
- Next in thread: Jared Chenkin: "Re: Sshd having problems...?"
- Reply: Jared Chenkin: "Re: Sshd having problems...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Feb 2001 15:44:04 -0600 (CST) From: Chris Byrnes <chris@jeah.net> To: Jared Chenkin <chenkinj@voyager.bxscience.edu>
> Hi.
> I try to log into this machine via ssh and I get these messages:
>
> Feb 28 14:09:07 enterprise sshd[591]: fatal: PAM session setup failed[6]: Permission denied
> Feb 28 14:09:07 enterprise sshd[591]: no modules loaded for `sshd' service
Add this to /etc/pam.conf:
# SSH stuff
sshd auth sufficient pam_skey.so
sshd auth required pam_unix.so try_first_pass
sshd session required pam_permit.so
+ Chris Byrnes, chris@JEAH.net
+ JEAH Communications
+ 1-866-AWW-JEAH (Toll-Free)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Erick Mechler: "Re: Sshd having problems...?"
- Previous message: Jared Chenkin: "Sshd having problems...?"
- In reply to: Jared Chenkin: "Sshd having problems...?"
- Next in thread: Jared Chenkin: "Re: Sshd having problems...?"
- Reply: Jared Chenkin: "Re: Sshd having problems...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|