AIX 6,7 install ssh

zhouxianwang發表於2014-12-02
  • Download the  and prerequisite  packages from their respective websites
  • Transfer the installation files to a temporary directory on the AIX server
  • Unpack and install:
uncompress openssl.0.9.8.1100.tar.Z 
tar xf openssl.0.9.8.1100.tar 
   cd openssl.0.9.8.1100

   inutoc . 
geninstall -Y -d . openssl  
uncompress openssh-4.7_5301aix61.tar.Z 
tar xf openssh-4.7_5301aix61.tar 
inutoc . 
  cd openssh-4.7_5301aix61

  geninstall -Y -d . openssh

check/start/stop ssh service cmds
#lssrc -a | grep ssh
startsrc -s sshd
stopsrc -s sshd


source:http://blog.sina.com.cn/s/blog_5917b7c30100uytp.html

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27036311/viewspace-1353966/,如需轉載,請註明出處,否則將追究法律責任。

相關文章