From: dtucker Date: Thu, 9 Aug 2007 04:31:53 +0000 (+0000) Subject: - (dtucker) [README.platform] Document the interaction between PermitRootLogin X-Git-Tag: V_4_7_P1~20 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/549d7c4d2cfbfe67a9b1cf8e3fa406208ffb5e7b - (dtucker) [README.platform] Document the interaction between PermitRootLogin and the AIX native login restrictions. --- diff --git a/ChangeLog b/ChangeLog index 05ef32bb..43eaa60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 20070809 - (dtucker) [openbsd-compat/port-aix.c] Comment typo. + - (dtucker) [README.platform] Document the interaction between PermitRootLogin + and the AIX native login restrictions. 20070808 - (djm) OpenBSD CVS Sync diff --git a/README.platform b/README.platform index ed625275..c54dbf45 100644 --- a/README.platform +++ b/README.platform @@ -30,6 +30,12 @@ define the environment variable blibpath before running configure, eg blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware +If sshd is built with the WITH_AIXAUTHENTICATE option (which is enabled +by default) then sshd checks that users are permitted via the +loginrestrictions() function, in particular that the user has the +"rlogin" attribute set. This check is not done for the root account, +instead the PermitRootLogin setting in sshd_config is used. + Cygwin ------