View | Details | Raw Unified | Return to bug 629
Collapse All | Expand All

(-)README.privsep (-2 / +1 lines)
Lines 40-47 Link Here
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
(-)servconf.c (+1 lines)
Lines 274-279 Link Here
274
#else
274
#else
275
	{ "UsePAM", sUnsupported },
275
	{ "UsePAM", sUnsupported },
276
#endif
276
#endif
277
	{ "pamauthenticationviakbdint", sDeprecated },
277
	/* Standard Options */
278
	/* Standard Options */
278
	{ "port", sPort },
279
	{ "port", sPort },
279
	{ "hostkey", sHostKeyFile },
280
	{ "hostkey", sHostKeyFile },

Return to bug 629