当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Redhat Linux升级SSH笔记

Unix/Linux
Linux下mono配置
IBM Linux
不用启动盘的安装方法
准备试用hiweed
Linux将会向何处发展
linux装好了
通过制作引导软盘安装红旗
linux常用命令(转)
不重新启动计算机更改ssh监听端口
自动ftp脚本
二叉树的性质
你了解自己吗?
SDT中的关键(抄的)
我的Arch的安装
GPL非官方中文版
stallman 谈黑客
富士通将推新品服务器 含64个Itanium 2芯片
flashpgm的配置文件(1)
爱你之难,难于上青天!
开始学习linux

Unix/Linux 中的 Redhat Linux升级SSH笔记


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 101 ::
收藏到网摘: n/a

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