📄 readme.platform
字号:
This file contains notes about OpenSSH on specific platforms.AIX---As of OpenSSH 3.8p1, sshd will now honour an accounts password expirysettings, where previously it did not. Because of this, it's possible forsites that have used OpenSSH's sshd exclusively to have accounts whichhave passwords expired longer than the inactive time (ie the "Weeks betweenpassword EXPIRATION and LOCKOUT" setting in SMIT or the maxexpiredchuser attribute).Accounts in this state must have their passwords reset manually by theadministrator. As a precaution, it is recommended that the administrativepasswords be reset before upgrading from OpenSSH <3.8.As of OpenSSH 4.0, configure will attempt to detect if your versionand maintenance level of AIX has a working getaddrinfo, and will use itif found. This will enable IPv6 support. If for some reason configuregets it wrong, or if you want to build binaries to work on earlier MLsthan the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGSto force the previous IPv4-only behaviour.IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5IPv6 known broken: 4.3.3ML11 5.1ML4Cygwin------To build on Cygwin, OpenSSH requires the following packages:gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,openssl-devel, zlib, minres, minires-devel.Solaris-------If you enable BSM auditing on Solaris, you need to update audit_event(4)for praudit(1m) to give sensible output. The following line needs to beadded to /etc/security/audit_event: 32800:AUE_openssh:OpenSSH login:loThe BSM audit event range available for third party TCB applications is32768 - 65535. Event number 32800 has been choosen for AUE_openssh.There is no official registry of 3rd party event numbers, so if thisnumber is already in use on your system, you may change it at build timeby configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -