summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.platform b/README.platform
index b7dc3f91c..3d7db1494 100644
--- a/README.platform
+++ b/README.platform
@@ -23,6 +23,20 @@ to force the previous IPv4-only behaviour.
23IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5 23IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
24IPv6 known broken: 4.3.3ML11 5.1ML4 24IPv6 known broken: 4.3.3ML11 5.1ML4
25 25
26If you wish to use dynamic libraries that aren't in the normal system
27locations (eg IBM's OpenSSL and zlib packages) then you will need to
28define the environment variable blibpath before running configure, eg
29
30blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \
31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
32
33If sshd is built with the WITH_AIXAUTHENTICATE option (which is enabled
34by default) then sshd checks that users are permitted via the
35loginrestrictions() function, in particular that the user has the
36"rlogin" attribute set. This check is not done for the root account,
37instead the PermitRootLogin setting in sshd_config is used.
38
39
26Cygwin 40Cygwin
27------ 41------
28To build on Cygwin, OpenSSH requires the following packages: 42To build on Cygwin, OpenSSH requires the following packages:
@@ -67,4 +81,4 @@ account stacks which will prevent authentication entirely, but will still
67return the output from pam_nologin to the client. 81return the output from pam_nologin to the client.
68 82
69 83
70$Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $ 84$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $