From 960773f7ec14bbec1f7c84295d165658994e2023 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Dec 2000 16:38:14 +0000 Subject: [PATCH] Add new ssh pam support and pam.conf requirements. --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPDATING b/UPDATING index 4ba73c448b6b..440d553cf5d1 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,15 @@ directly to him. See end of file for further details. For commonly done items, please see the end of the file. Search for 'COMMON ITEMS:' +20001205: + 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: + + sshd auth sufficient pam_skey.so + sshd auth required pam_unix.so try_first_pass + sshd session required pam_permit.so + 20001031: cvs updated to 1.11.