Redhat Linux升级SSH笔记

打开http://www.openssh.org/zh-cn/index.html
找到下载页面 http://www.openssh.org/portable.html#http
例如 http://gulus.usherbrooke.ca/pub/appl/ssh/OpenSSH/portable/

cd /usr/local/src
wget http://gulus.usherbrooke.ca/pub/ ... penssh-3.9p1.tar.gz
tar xvzf openssh-3.9p1.tar.gz
cd openssh-3.9p1
./configure --prefix=/usr --with-pam --with-md5-passwords --sysconfdir=/etc/ssh
make
make install

正常情况已经升级完了 , service sshd restart正常
ssh -V 已经显示新的版本
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003

by Crossday@Discuz! Board Official

    推荐阅读