AIX安装SSH

AIX 7.1
 
进入 https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=aixbp 先下载需要的openssl,openssh,选最新的版本即可。注意,需要先登录帐号,注册帐号是任意的。
 
OpenSSL:
 
OpenSSH:
 
安装openssl:
uncompress ~/openssl-fips-12.9.8.2500.tar.Z
tar -xf ~/openssl-fips-12.9.8.2500.tar 
cd openssl-fips-12.9.8.2500/
installp -ac -Y -d . openssl.base
 
安装openssh:
uncompress ~/OpenSSH_6.0.0.6102.tar.Z
tar -xvf ~/OpenSSH_6.0.0.6102.tar
cd OpenSSH_6.0.0.6102/
installp -ac -Y -d . openssh.base  openssh.man.en_US  openssh.msg.* 
 
 
启动:
startsrc -s sshd

posted on 2013-10-31 17:32  JesseFang  阅读(5522)  评论(0编辑  收藏  举报