From owner-freebsd-current Sun Jul 22 20: 6:17 2001 Delivered-To: freebsd-current@freebsd.org Received: from solar.phyco.net (c433473-g.adrian1.mi.home.com [24.182.101.49]) by hub.freebsd.org (Postfix) with ESMTP id 0F79037B401 for ; Sun, 22 Jul 2001 20:06:15 -0700 (PDT) (envelope-from aja@phyco.net) Received: from localhost (aja@localhost) by solar.phyco.net (8.11.3/8.11.4) with ESMTP id f6N36dm00563; Sun, 22 Jul 2001 23:06:39 -0400 (EDT) (envelope-from aja@phyco.net) Date: Sun, 22 Jul 2001 23:06:38 -0400 (EDT) From: Aaron Angel To: Cc: Subject: Re: ssh rsa authentication In-Reply-To: <20010722195402.B419@blossom.cjclark.org> Message-ID: <20010722230537.Q559-100000@solar.phyco.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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