Re: Sshd having problems...?

2001-02-28 Thread Erick Mechler

It sounds like you didn't install the necessary pam modules as outlined in
UPDATING.  Check that file and follow the instructions therein:

20010112:
Important new FreeBSD-version stuff: PAM support has been worked
in, partially from the "Unix" OpenSSH version.  This requires
adding the following in pam.conf:

sshdauthsufficient  pam_skey.so
sshdauthrequiredpam_unix.so try_first_pass
sshdsession requiredpam_permit.so

--Erick

At Wed, Feb 28, 2001 at 04:41:49PM -0500, Jared Chenkin said this:
:: 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
:: 
:: Whats going on? This is right out of the install, totally untouched. I have enabled 
:sshd in rc.conf(5).
:: 
:: 
:: Live Large,
:: 
:: Jared Chenkin
:: <[EMAIL PROTECTED]>
:: (AIM: DevNull24)
:: Networked Systems Administrator
:: Bronx Science Computing
:: 
:: To Unsubscribe: send mail to [EMAIL PROTECTED]
:: with "unsubscribe freebsd-security" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Sshd having problems...?

2001-02-28 Thread Chris Byrnes

> 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
sshdauthsufficient  pam_skey.so
sshdauthrequiredpam_unix.so try_first_pass
sshdsession requiredpam_permit.so




+ Chris Byrnes, [EMAIL PROTECTED]
 + JEAH Communications
  + 1-866-AWW-JEAH (Toll-Free)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message