遠(yuǎn)程連接工具是:Xmanager Enterprise 5-->Xshell
成都創(chuàng)新互聯(lián)公司-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比三都網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式三都網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋三都地區(qū)。費(fèi)用合理售后完善,十載實(shí)體公司更值得信賴。linux 發(fā)行版本是:CentOS-6.3-x86_64
解決方法如下:
一、查看網(wǎng)絡(luò)配置文件中的IP有沒有改變
先查看IPADDR有沒有改變,要是沒有被改變,那么繼續(xù)步驟2;要是發(fā)生了改變則將IPADDR改成之前的,然后進(jìn)行步驟2。
[root@fanycb ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO=none NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="e57636db-84f8-4c15-af74-97d44a107fa2" HWADDR=00:0C:29:14:5A:57 IPADDR=192.168.1.100 PREFIX=24 GATEWAY=192.168.1.1 DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no NAME="System eth0" [root@fanycb ~]#
二、檢查sshd服務(wù)的狀態(tài)以及端口是否正常
1、查看sshd的22端口是否處于正常的LISTEN狀態(tài),如果正常,則進(jìn)行步驟3;如果不正常,則重新啟動(dòng)sshd服務(wù),然后進(jìn)行步驟3;
2、重啟sshd服務(wù)
三、檢查防火墻是否開啟
如果防火墻是關(guān)閉的,則進(jìn)行步驟4;如果防火墻沒有關(guān)閉,則 永久性的關(guān)閉它,然后進(jìn)行步驟4。
四、檢查SELinux是否開啟
如果結(jié)果也是"disabled",那么一切的檢查就ok了,那就可以連接了。
可如果結(jié)果是"Enforcing"或者"permissive",說明系統(tǒng)上的SELinux是開啟的,需要將它關(guān)閉。
因?yàn)镾ELinux的開啟與關(guān)閉和兩個(gè)重要的配置文件有關(guān),分別是/etc/selinux/config和/boot/grub/menu.lst,所以要關(guān)閉SELinux就需要修改這兩個(gè)文件,方法如下所示:
[root@fanycb ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. #SELINUX=enforcing SELINUX=disabled <====將=號(hào)后改為disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted [root@fanycb ~]# cat /boot/grub/menu.lst # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda5 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.32-279.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-279.el6.x86_64 ro root=UUID=edc1b124-6bc5-4dbe-b2d4-88805da96d4d rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us rd_NO_MD crashkernel=128M.UTF-8 rd_NO_LVM rd_NO_DM rhg b quiet selinux=0 <====seliux=0 是添加上去的 initrd /initramfs-2.6.32-279.el6.x86_64.img [root@fanycb ~]#
以上就是ssh無法遠(yuǎn)程連接linux的詳細(xì)內(nèi)容,更多請關(guān)注創(chuàng)新互聯(lián)其它相關(guān)文章!
分享文章:如何解決ssh無法遠(yuǎn)程連接linux問題-創(chuàng)新互聯(lián)
標(biāo)題來源:http://aaarwkj.com/article10/cocjdo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供響應(yīng)式網(wǎng)站、網(wǎng)站營銷、定制開發(fā)、網(wǎng)站收錄、軟件開發(fā)、Google
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容