diff options
author | Tim Rice <tim@multitalents.net> | 2004-06-28 05:50:35 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2004-06-28 05:50:35 +0200 |
commit | 528790264363a910ab3e01a81f2c4bc84ea2eda5 (patch) | |
tree | c81955e34a340f9887d0c84110aee6920f1976b3 /README.privsep | |
parent | - djm@cvs.openbsd.org 2004/06/25 23:21:38 (diff) | |
download | openssh-528790264363a910ab3e01a81f2c4bc84ea2eda5.tar.xz openssh-528790264363a910ab3e01a81f2c4bc84ea2eda5.zip |
Minor updates to some README files.
Diffstat (limited to 'README.privsep')
-rw-r--r-- | README.privsep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.privsep b/README.privsep index 9d48bbcf9..32403770d 100644 --- a/README.privsep +++ b/README.privsep @@ -42,9 +42,9 @@ PAM-enabled OpenSSH is known to function with privsep on Linux. It does not function on HP-UX with a trusted system configuration. -On Compaq Tru64 Unix, only the pre-authentication part of privsep is -supported. Post-authentication privsep is disabled automatically (so -you won't see the additional process mentioned below). +On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication +part of privsep is supported. Post-authentication privsep is disabled +automatically (so you won't see the additional process mentioned below). Note that for a normal interactive login with a shell, enabling privsep will require 1 additional process per login session. @@ -61,4 +61,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.13 2003/11/21 12:48:55 djm Exp $ +$Id: README.privsep,v 1.14 2004/06/28 03:50:36 tim Exp $ |