» 网友学堂 » LINUX教程 » Redhat Linux升级SSH笔记
Redhat Linux升级SSH笔记
作者:ljjk5 发表时间:2007-3-2 11:42 阅读:923次 在百度搜索相关内容

Redhat Linux升级SSH笔记
2006-06-01


打开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

#Advertisement