diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README.privsep | 7 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20020514 | ||
2 | - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. | ||
3 | |||
1 | 20020513 | 4 | 20020513 |
2 | - (stevesk) add initial README.privsep | 5 | - (stevesk) add initial README.privsep |
3 | - (stevesk) [configure.ac] nicer message: --with-privsep-user=user | 6 | - (stevesk) [configure.ac] nicer message: --with-privsep-user=user |
@@ -579,4 +582,4 @@ | |||
579 | - (stevesk) entropy.c: typo in debug message | 582 | - (stevesk) entropy.c: typo in debug message |
580 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 583 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
581 | 584 | ||
582 | $Id: ChangeLog,v 1.2114 2002/05/13 05:22:21 djm Exp $ | 585 | $Id: ChangeLog,v 1.2115 2002/05/13 23:31:09 stevesk Exp $ |
diff --git a/README.privsep b/README.privsep index 4f15cf433..51a4e3f6b 100644 --- a/README.privsep +++ b/README.privsep | |||
@@ -31,8 +31,9 @@ privsep user and chroot directory: | |||
31 | Privsep requires operating system support for file descriptor passing | 31 | Privsep requires operating system support for file descriptor passing |
32 | and mmap(MAP_ANON). | 32 | and mmap(MAP_ANON). |
33 | 33 | ||
34 | PAM currently only works with privsep on Linux. It does not function | 34 | PAM-enabled OpenSSH is known to function with privsep on Linux and |
35 | on Solaris or HP-UX. PAMAuthenticationViaKbdInt does not function with | 35 | Solaris 8. It does not function on HP-UX with a trusted system |
36 | configuration. PAMAuthenticationViaKbdInt does not function with | ||
36 | privsep. | 37 | privsep. |
37 | 38 | ||
38 | Note that for a normal interactive login with a shell, enabling privsep | 39 | Note that for a normal interactive login with a shell, enabling privsep |
@@ -50,4 +51,4 @@ process 1005 is the sshd process listening for new connections. | |||
50 | process 6917 is the privileged monitor process, 6919 is the user owned | 51 | process 6917 is the privileged monitor process, 6919 is the user owned |
51 | sshd process and 6921 is the shell process. | 52 | sshd process and 6921 is the shell process. |
52 | 53 | ||
53 | $Id: README.privsep,v 1.1 2002/05/13 03:57:04 stevesk Exp $ | 54 | $Id: README.privsep,v 1.2 2002/05/13 23:31:10 stevesk Exp $ |