導航:首頁 > 版本升級 > centos升級openssh

centos升級openssh

發布時間:2024-01-14 07:06:03

① centos7 怎樣升級系統的openssl和openssh

升級版本為:openssh-6.6p1 舉個例子,可以參考
升級方法:
1、載入本地源(方法不描述了)
2、執行下列命令
yum install bash -y
yum install -y zlib zlib-devel openssl openssl-devel
tar -zxvf openssh-6.6p1.tar.gz -C /usr/local/src/
cd /usr/local/src/openssh-6.6p1/
cp /etc/init.d/sshd /etc/init.d/sshd.old
tar -cvf ssh.bak.tar /etc/ssh
yum install gcc -y
3、卸載老版本
rpm -qa|grep ssh
rpm -e openssh-server-5.3p1-81.el6.x86_64
rpm -e openssh-clients-5.3p1-81.el6.x86_64 --nodeps
rpm -qa|grep ssh
rpm -e openssh-askpass-5.3p1-81.el6.x86_64
rpm -e openssh-5.3p1-81.el6.x86_64
rpm -qa|grep ssh
4、開始升級
。/configure --prefix=/usr --sysconfdir=/etc/ssh --with-zlib --with-md5-passwords
make && make install
mv /etc/init.d/sshd.old /etc/init.d/sshd
mkdir -p /var/empty/sshd/etc
/etc/init.d/sshd restart
chkconfig --add sshd
chkconfig sshd on
chkconfig --list|grep sshd
5、查看是否升級成功
ssh -V
OpenSSH_6.6p1, OpenSSL 1.0.0-fips 29 Mar 2010
以上就是linux系統下怎麼升級OpenSSH的介紹了,升級成功了舊版本的一些問題和故障自然就能得到修復了。

② 今天給linux升級openssh,configure後遇到個問題,configure: error: *** libpam missing,怎麼解決,急

centos 裡面可以用yum 自動升級。
1、先找一下:yum -qa libpam*
2、安裝:yum -y install openssh

閱讀全文

與centos升級openssh相關的資料

熱點內容
找出取走了哪個數據 瀏覽:229
做app除了app還有哪些消費 瀏覽:276
哪個網站能查外國賽鴿腳環 瀏覽:134
win10更新後原來的系統文件 瀏覽:852
win10開機代碼錯誤怎麼解決 瀏覽:931
js控制hr標簽長度 瀏覽:551
win10刪除設置里的游戲嗎 瀏覽:893
win10無法視頻播放器 瀏覽:989
未來寬頻初始密碼 瀏覽:517
化妝品宣傳單是word做的嗎 瀏覽:237
gaussian文件 瀏覽:19
u盤里文件怎樣存入d盤 瀏覽:840
我國文娛行業數據怎麼收集 瀏覽:419
福建短租房app哪個好 瀏覽:429
出租葯師證書去哪個網站 瀏覽:148
怎麼打開py配置文件並修改 瀏覽:530
pdf格式的文件如何拷貝出某一頁 瀏覽:495
手機qq郵箱再添加一個文件夾 瀏覽:650
wp桌面文件夾刪除 瀏覽:80
hp列印pdf文件出現pcl 瀏覽:262

友情鏈接