diff options
Diffstat (limited to 'README.privsep')
-rw-r--r-- | README.privsep | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.privsep b/README.privsep index 64adad83b..e8bf1db34 100644 --- a/README.privsep +++ b/README.privsep | |||
@@ -40,7 +40,8 @@ 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 Linux. | 41 | PAM-enabled OpenSSH is known to function with privsep on Linux. |
42 | It does not function on HP-UX with a trusted system | 42 | It does not function on HP-UX with a trusted system |
43 | configuration. | 43 | configuration. PAMAuthenticationViaKbdInt does not function with |
44 | privsep. | ||
44 | 45 | ||
45 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is | 46 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is |
46 | supported. Post-authentication privsep is disabled automatically (so | 47 | supported. Post-authentication privsep is disabled automatically (so |
@@ -61,4 +62,4 @@ process 1005 is the sshd process listening for new connections. | |||
61 | process 6917 is the privileged monitor process, 6919 is the user owned | 62 | process 6917 is the privileged monitor process, 6919 is the user owned |
62 | sshd process and 6921 is the shell process. | 63 | sshd process and 6921 is the shell process. |
63 | 64 | ||
64 | $Id: README.privsep,v 1.12 2003/08/26 00:48:15 djm Exp $ | 65 | $Id: README.privsep,v 1.11 2003/03/21 01:18:09 mouring Exp $ |