summaryrefslogtreecommitdiff
path: root/README.privsep
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-05-13 17:07:18 -0700
committerTim Rice <tim@multitalents.net>2002-05-13 17:07:18 -0700
commit1e28c9e6bad1bd601606b6a6a3d6aa4ca441d21d (patch)
tree57a9a87316afb218a5a630bdd5174b24088ae34a /README.privsep
parentf8defa2327a1ff265e7b4229e3adc97fc9f82594 (diff)
20020514
[sshpty.c] set tty modes when allocating old style bsd ptys to match what newer style ptys have when allocated. Based on a patch by Roger Cornelius <rac@tenzing.org> [README.privsep] UnixWare 7 and OpenUNIX 8 work.
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 51a4e3f6b..aed43acd0 100644
--- a/README.privsep
+++ b/README.privsep
@@ -20,6 +20,9 @@ prepare the privsep preauth environment:
20 # groupadd sshd 20 # groupadd sshd
21 # useradd -g sshd sshd 21 # useradd -g sshd sshd
22 22
23If you are on UnixWare 7 or OpenUNIX 8 do this additional step.
24 # ln /usr/lib/.ns.so /usr/lib/ns.so.1
25
23/var/empty should not contain any files. 26/var/empty should not contain any files.
24 27
25configure supports the following options to change the default 28configure supports the following options to change the default
@@ -31,6 +34,7 @@ privsep user and chroot directory:
31Privsep requires operating system support for file descriptor passing 34Privsep requires operating system support for file descriptor passing
32and mmap(MAP_ANON). 35and mmap(MAP_ANON).
33 36
37OpenSSH is known to function with privsep on UnixWare 7 and OpenUNIX 8
34PAM-enabled OpenSSH is known to function with privsep on Linux and 38PAM-enabled OpenSSH is known to function with privsep on Linux and
35Solaris 8. It does not function on HP-UX with a trusted system 39Solaris 8. It does not function on HP-UX with a trusted system
36configuration. PAMAuthenticationViaKbdInt does not function with 40configuration. PAMAuthenticationViaKbdInt does not function with
@@ -51,4 +55,4 @@ process 1005 is the sshd process listening for new connections.
51process 6917 is the privileged monitor process, 6919 is the user owned 55process 6917 is the privileged monitor process, 6919 is the user owned
52sshd process and 6921 is the shell process. 56sshd process and 6921 is the shell process.
53 57
54$Id: README.privsep,v 1.2 2002/05/13 23:31:10 stevesk Exp $ 58$Id: README.privsep,v 1.3 2002/05/14 00:07:18 tim Exp $