Redhat Linux升级SSH
时间:2006-02-02 来源:olylinux
#tar zxvf openssh-3.9pl.tar.gz
#cd openssh-3.9pl
#./configure --prefix=/usr --with-pam --with-md5-passwords --sysconfdir=/etc/ssh
#make
#make install
#ssh -V (检查版本)
#cd openssh-3.9pl
#./configure --prefix=/usr --with-pam --with-md5-passwords --sysconfdir=/etc/ssh
#make
#make install
#ssh -V (检查版本)
相关阅读 更多 +