summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-06-05 09:21:41 +1000
committerDamien Miller <djm@mindrot.org>2005-06-05 09:21:41 +1000
commitc0e014d5beaceed128ef5f8672a6567035ee7c9c (patch)
tree637c828a8ed06eaff0e5ff25546ff671b86b9745
parent6a45f3dab42f00733070ca386bc841d73afa3b24 (diff)
downloadopenssh-git-c0e014d5beaceed128ef5f8672a6567035ee7c9c.tar.gz
- (djm) [README README.privsep] Mention FreeBSD and NetBSD as being
supported by privsep. Requested by des AT des.no
-rw-r--r--README7
-rw-r--r--README.privsep6
2 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 1d7a0b06..42c9e032 100644
--- a/README
+++ b/README
@@ -56,9 +56,10 @@ References -
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
[3] http://www.gzip.org/zlib/
[4] http://www.openssl.org/
-[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
- and HP-UX 11)
+[5] http://www.openpam.org
+ http://www.kernel.org/pub/linux/libs/pam/
+ (PAM also is standard on Solaris and HP-UX 11)
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
[7] http://www.openssh.com/faq.html
-$Id: README,v 1.58 2005/05/29 23:58:40 dtucker Exp $
+$Id: README,v 1.59 2005/06/04 23:21:41 djm Exp $
diff --git a/README.privsep b/README.privsep
index ecb9d691..f565e72d 100644
--- a/README.privsep
+++ b/README.privsep
@@ -38,8 +38,8 @@ privsep user and chroot directory:
Privsep requires operating system support for file descriptor passing.
Compression will be disabled on systems without a working mmap MAP_ANON.
-PAM-enabled OpenSSH is known to function with privsep on AIX, HP-UX
-(including Trusted Mode), Linux and Solaris.
+PAM-enabled OpenSSH is known to function with privsep on AIX, FreeBSD,
+HP-UX (including Trusted Mode), Linux, NetBSD and Solaris.
On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication
part of privsep is supported. Post-authentication privsep is disabled
@@ -60,4 +60,4 @@ process 1005 is the sshd process listening for new connections.
process 6917 is the privileged monitor process, 6919 is the user owned
sshd process and 6921 is the shell process.
-$Id: README.privsep,v 1.15 2004/10/06 10:09:32 dtucker Exp $
+$Id: README.privsep,v 1.16 2005/06/04 23:21:41 djm Exp $