Deleted Added
full compact
README.platform (146998) README.platform (157016)
1This file contains notes about OpenSSH on specific platforms.
2
3AIX
4---
5As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry
6settings, where previously it did not. Because of this, it's possible for
7sites that have used OpenSSH's sshd exclusively to have accounts which
8have passwords expired longer than the inactive time (ie the "Weeks between

--- 31 unchanged lines hidden (view full) ---

40
41The BSM audit event range available for third party TCB applications is
4232768 - 65535. Event number 32800 has been choosen for AUE_openssh.
43There is no official registry of 3rd party event numbers, so if this
44number is already in use on your system, you may change it at build time
45by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
46
47
1This file contains notes about OpenSSH on specific platforms.
2
3AIX
4---
5As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry
6settings, where previously it did not. Because of this, it's possible for
7sites that have used OpenSSH's sshd exclusively to have accounts which
8have passwords expired longer than the inactive time (ie the "Weeks between

--- 31 unchanged lines hidden (view full) ---

40
41The BSM audit event range available for third party TCB applications is
4232768 - 65535. Event number 32800 has been choosen for AUE_openssh.
43There is no official registry of 3rd party event numbers, so if this
44number is already in use on your system, you may change it at build time
45by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
46
47
48$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $
48Platforms using PAM
49-------------------
50As of OpenSSH 4.3p1, sshd will no longer check /etc/nologin itself when
51PAM is enabled. To maintain existing behaviour, pam_nologin should be
52added to sshd's session stack which will prevent users from starting shell
53sessions. Alternatively, pam_nologin can be added to either the auth or
54account stacks which will prevent authentication entirely, but will still
55return the output from pam_nologin to the client.
56
57
58$Id: README.platform,v 1.6 2005/11/05 05:28:35 dtucker Exp $