Redhat Linux升级SSH笔记
AI摘要
由 AI 生成 · 仅供参考
RedhatLinux升级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/srcwgethttp://gulus.usherbrooke.ca/pub/...penssh-3.9p1.tar.gztarxvzfop
打开
找到下载页面
例如
cd /usr/local/src
wget
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
版权声明:本文由驱动中国整理发布,转载需注明出处与原文链接。如有疑问请联系
editor@qudong.com。
本文价值
★★★★★
—
成为第一个评分的人
登录后为本文打分
评论加载中…