mirror of git://anongit.mindrot.org/openssh.git
Add a note about using xlc on AIX.
This commit is contained in:
parent
fd4e4f2416
commit
72b061d4ba
|
@ -36,6 +36,9 @@ loginrestrictions() function, in particular that the user has the
|
||||||
"rlogin" attribute set. This check is not done for the root account,
|
"rlogin" attribute set. This check is not done for the root account,
|
||||||
instead the PermitRootLogin setting in sshd_config is used.
|
instead the PermitRootLogin setting in sshd_config is used.
|
||||||
|
|
||||||
|
If you are using the IBM compiler you probably want to use CC=xlc rather
|
||||||
|
than the default of cc.
|
||||||
|
|
||||||
|
|
||||||
Cygwin
|
Cygwin
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue