summaryrefslogtreecommitdiff
path: root/README.privsep
diff options
context:
space:
mode:
authormouring <mouring>2003-03-21 01:18:09 +0000
committermouring <mouring>2003-03-21 01:18:09 +0000
commit2fd7a5f43c99cb606b1ef7dd3cfa4ba45b0c0108 (patch)
treebc87706b91e286cae1b29ee0b3b55018cec17264 /README.privsep
parent91b86bc876e9a751bfa6470957025d0a4eba6e77 (diff)
downloadopenssh-2fd7a5f43c99cb606b1ef7dd3cfa4ba45b0c0108.tar.gz
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
Diffstat (limited to 'README.privsep')
-rw-r--r--README.privsep6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.privsep b/README.privsep
index ced943f2..e8bf1db3 100644
--- a/README.privsep
+++ b/README.privsep
@@ -43,6 +43,10 @@ It does not function on HP-UX with a trusted system
configuration. PAMAuthenticationViaKbdInt does not function with
privsep.
+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).
+
Note that for a normal interactive login with a shell, enabling privsep
will require 1 additional process per login session.
@@ -58,4 +62,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.10 2002/06/26 00:43:57 stevesk Exp $
+$Id: README.privsep,v 1.11 2003/03/21 01:18:09 mouring Exp $