Darren Tucker | 149543e | 2004-02-24 16:14:41 +1100 | [diff] [blame] | 1 | This file contains notes about OpenSSH on specific platforms. |
| 2 | |
| 3 | AIX |
| 4 | --- |
| 5 | As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry |
| 6 | settings, where previously it did not. Because of this, it's possible for |
| 7 | sites that have used OpenSSH's sshd exclusively to have accounts which |
| 8 | have passwords expired longer than the inactive time (ie the "Weeks between |
| 9 | password EXPIRATION and LOCKOUT" setting in SMIT or the maxexpired |
| 10 | chuser attribute). |
| 11 | |
| 12 | Accounts in this state must have their passwords reset manually by the |
| 13 | administrator. As a precaution, it is recommended that the administrative |
| 14 | passwords be reset before upgrading from OpenSSH <3.8. |
| 15 | |
Darren Tucker | 7749c51 | 2004-04-23 18:57:13 +1000 | [diff] [blame] | 16 | |
| 17 | Cygwin |
| 18 | ------ |
| 19 | To build on Cygwin, OpenSSH requires the following packages: |
| 20 | gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl, |
| 21 | openssl-devel, zlib, minres, minires-devel. |
| 22 | |
| 23 | |
Darren Tucker | 149543e | 2004-02-24 16:14:41 +1100 | [diff] [blame] | 24 | Solaris |
| 25 | ------- |
| 26 | Currently, sshd does not support BSM auditting. This can show up as errors |
| 27 | when editting cron entries via crontab. See. |
| 28 | http://bugzilla.mindrot.org/show_bug.cgi?id=125 |
| 29 | |
Darren Tucker | 7749c51 | 2004-04-23 18:57:13 +1000 | [diff] [blame] | 30 | $Id: README.platform,v 1.2 2004/04/23 08:57:13 dtucker Exp $ |