Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 23:06:38 -0400 (EDT)
From:      Aaron Angel <aja@phyco.net>
To:        <cjclark@alum.mit.edu>
Cc:        <freebsd-current@freebsd.org>
Subject:   Re: ssh rsa authentication
Message-ID:  <20010722230537.Q559-100000@solar.phyco.net>
In-Reply-To: <20010722195402.B419@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> So you have the line,
>
>   sshd    session required        pam_permit.so

Yep.  In pam.conf, regarding ssh I have the following lines:

sshd    auth    required        pam_nologin.so
sshd    auth    required        pam_unix.so     try_first_pass
sshd    account required        pam_unix.so
sshd    password required       pam_permit.so
sshd    session required        pam_permit.so



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010722230537.Q559-100000>