自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

CentOS5.1遠(yuǎn)程控制升級(jí)安裝ssl配置編譯

系統(tǒng) Linux
CentOS5.1遠(yuǎn)程升級(jí)安裝ssl tar -zxvf openssl-0.9.8h.tar.gz cd openssl-0.9.8h./config shared 一定要帶共享參數(shù)哦make make test make install 這樣ssl就裝在/usr/local/ssl里面啦

對(duì)大家推薦很好使用的CentOS5.1遠(yuǎn)程控制系統(tǒng)之前,像讓大家對(duì)CentOS5.1遠(yuǎn)程系統(tǒng)有所了解,然后對(duì)CentOS5.1遠(yuǎn)程升級(jí)ssh系統(tǒng)全面講解介紹,CentOS5.1遠(yuǎn)程升級(jí)ssh到5.0p1 因?yàn)榉?wù)器在機(jī)房,所以不能刪除ssh后再重新安裝,只能升級(jí)安裝希望對(duì)大家有用。

1.看看現(xiàn)在ssh的版本
ssh -V是4.5的,***的是5.0p1

2.去官方下載包,
然后./configure --prefix=/usr --with-pam --with-md5-passwords --sysconfdir=/etc/ssh發(fā)現(xiàn)老是Can't find recent OpenSSL libcrypto干脆把ssl也升級(jí)下

3.升級(jí)ssl
看下版本openssl version -aOpenSSL 0.9.8b 04 May 2006***的是h了先下載zlib-1.2.3.tar.gz安裝下tar -zxvf zlib-1.2.3.tar.gz cd zlib-1.2.3./configure --shared 不要忘了shared這個(gè)參數(shù)。make make install

CentOS5.1遠(yuǎn)程升級(jí)安裝ssl tar -zxvf openssl-0.9.8h.tar.gz cd openssl-0.9.8h./config shared 一定要帶共享參數(shù)哦make make test make install 這樣ssl就裝在/usr/local/ssl里面啦 替換系統(tǒng)的sslfind / -name openssl/usr/bin/openssl(原來(lái)的)
/usr/lib/openssl(原來(lái)的)
/usr/local/ssl/bin/openssl(新的)
/usr/local/ssl/include/openssl(新的)

下面開(kāi)始替換了
mv /usr/bin/openssl /usr/bin/oldopenssl
mv /usr/lib/openssl /usr/lib/oldopenssl
rm -rf /usr/lib/libcrypto.so
rm -rf /usr/lib/libssl.so
ln -s /usr/local/ssl/lib/libcrytpo.so.0.9.8 /usr/lib/libcrypto.so
ln -s /usr/local/ssl/lib/libssl.so.0.9.8 /usr/lib/libssl.so
ln /usr/local/ssl/bin/openssl /usr/bin/openssl
cp -r /usr/local/ssl/lib/* /usr/lib/openssl
echo /usr/local/ssl/lib >> /etc/ld.so.conf
ldconfig -vopenssl version -aOpenSSL 0.9.8h 28 May 2008

4。CentOS5.1遠(yuǎn)程控制安裝ssh
tar -zxvf openssh-5.0p1.tar.gz ./configure --with-ssl-dir=/usr/local/ssl --with-zlib --with-pam --with-md5-passwords configure: error: PAM headers not found安裝下rpm -ivh ../pam-devel-0.99.6.2-3.26.el5.i386.rpm (安裝盤(pán)里有)./configure --with-ssl-dir=/usr/local/ssl --with-zlib --with-pam --with-md5-passwords  make make install
ssh -V OpenSSH_5.0p1, OpenSSL 0.9.8h 28 May 2008

5.CentOS5.1遠(yuǎn)程配置
vi /usr/local/etc/sshd_config Port 22 Protocol 2(建議只用2,1的有安全性問(wèn)題)
ListenAddress 0.0.0.0
HostKey /usr/local/etc/ssh_host_key
HostKey /usr/local/etc/ssh_host_rsa_key
HostKey /usr/local/etc/ssh_host_dsa_key
SyslogFacility AUTH
LogLevel INFO PermitRootLogin no(安全起見(jiàn)不要root登錄,其他用戶(hù)登,然后su過(guò)去)
RhostsRASAuthentication no IgnoreRhosts yes UsePrivilegeSeparation yes

【編輯推薦】

  1. CentOS5.3安裝Oracle過(guò)程講解與創(chuàng)建軟件賬戶(hù)
  2. RHEL5.3使用CentOS5.3的更新源
  3. 簡(jiǎn)介CentOS5.3網(wǎng)絡(luò)IP編輯應(yīng)用理解
  4. CentOS4安裝oracle 10g創(chuàng)建帳戶(hù)與配置Linux內(nèi)核參數(shù)
  5. CentOS vsftpd用戶(hù)手動(dòng)建立系統(tǒng)
責(zé)任編輯:佚名 來(lái)源: CSDN
相關(guān)推薦

2014-06-06 16:57:30

網(wǎng)絡(luò)人

2014-08-22 09:08:23

遠(yuǎn)程控制木馬

2014-10-14 18:03:11

遠(yuǎn)程監(jiān)控

2014-01-15 15:01:54

遠(yuǎn)程控制

2014-01-07 17:21:27

遠(yuǎn)程控制

2013-12-10 18:16:31

2009-08-19 13:57:13

telnet服務(wù)器配置

2013-12-20 16:43:33

遠(yuǎn)程開(kāi)機(jī)關(guān)機(jī)

2010-09-26 10:41:31

2011-08-08 15:57:43

2011-08-31 17:55:06

2023-09-18 14:41:56

2010-01-13 17:24:07

Centos 5.1系

2014-01-17 17:33:32

遠(yuǎn)程開(kāi)機(jī)

2013-09-09 11:12:06

網(wǎng)絡(luò)人遠(yuǎn)程控制軟件

2010-03-16 15:50:59

Java遠(yuǎn)程控制

2010-01-08 14:35:58

2012-04-10 14:57:30

Windows桌面遠(yuǎn)程控制Linux

2009-04-27 15:53:40

局域網(wǎng)遠(yuǎn)程控制接入

2011-09-19 13:43:19

點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)