]> andersk Git - openssh.git/blob - README.platform
IPv6 works on AIX5.1ML7 too.
[openssh.git] / README.platform
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
16 As of OpenSSH 4.0, configure will attempt to detect if your version
17 and maintenance level of AIX has a working getaddrinfo, and will use it
18 if found.  This will enable IPv6 support.  If for some reason configure
19 gets it wrong, or if you want to build binaries to work on earlier MLs
20 than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS
21 to force the previous IPv4-only behaviour.
22
23 IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
24 IPv6 known broken: 4.3.3ML11 5.1ML4
25
26 Cygwin
27 ------
28 To build on Cygwin, OpenSSH requires the following packages:
29 gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,
30 openssl-devel, zlib, minres, minires-devel.
31
32
33 Solaris
34 -------
35 Currently, sshd does not support BSM auditting.  This can show up as errors
36 when editting cron entries via crontab.  See.
37 http://bugzilla.mindrot.org/show_bug.cgi?id=125
38
39 $Id$
This page took 0.174075 seconds and 5 git commands to generate.