diff options
author | Damien Miller <djm@mindrot.org> | 2003-08-26 10:48:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-08-26 10:48:14 +1000 |
commit | 30912f7259b771a1cf705c0bc47a6c3f3edffb43 (patch) | |
tree | b3e1b33115ce10b6edc2303f7dd1f415f2419d15 /README.privsep | |
parent | 36ca53a5a025114d7c55b881027294a28b7d465a (diff) |
- (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
as deprecated. Remove mention from README.privsep. Patch from
aet AT cc.hut.fi
Diffstat (limited to 'README.privsep')
-rw-r--r-- | README.privsep | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.privsep b/README.privsep index e8bf1db34..64adad83b 100644 --- a/README.privsep +++ b/README.privsep | |||
@@ -40,8 +40,7 @@ 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. PAMAuthenticationViaKbdInt does not function with | 43 | configuration. |
44 | privsep. | ||
45 | 44 | ||
46 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is | 45 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is |
47 | supported. Post-authentication privsep is disabled automatically (so | 46 | supported. Post-authentication privsep is disabled automatically (so |
@@ -62,4 +61,4 @@ process 1005 is the sshd process listening for new connections. | |||
62 | process 6917 is the privileged monitor process, 6919 is the user owned | 61 | process 6917 is the privileged monitor process, 6919 is the user owned |
63 | sshd process and 6921 is the shell process. | 62 | sshd process and 6921 is the shell process. |
64 | 63 | ||
65 | $Id: README.privsep,v 1.11 2003/03/21 01:18:09 mouring Exp $ | 64 | $Id: README.privsep,v 1.12 2003/08/26 00:48:15 djm Exp $ |