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

Unix/Linux
看到一个进程完整的命令行
our days
为firefox注册rtsp,mms(转)
一起来学习Linux内核
Linux内核相关的i386硬件
使用PYTHON发送多播数据
100美元笔记本明年出品预计中国定购300万台
iptables 的配置问题?
Squid 错误解决一则:squid: ERROR: No running copy
FVWM新手入门不完全手册
CHATTR命令详解
vi 使用簡明手冊
GTK+2.6安装笔记
xfce 下面支持中文的终端
Fedora core3里Phpldapadmin的配置(一)
我的emacs设定。
老公的“另类”情话
用rpm包装Mysql
目录树概述
RFC文档目录

Unix/Linux 中的 RedhatLinux升级SSH笔记


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 103 ::
收藏到网摘: 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