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