ssh 鏈接不上故障處理思路
ssh遠程鏈接原理以下:
一、從新設置簡單密碼 依然登陸不進去
二、防火牆 與selinux 是否容許端口經過; 雲服務器-->安全組
三、檢查配置文件,找一臺正常的電腦對比一下 不容許root用戶登陸 檢查一下
四、系統白名單,黑名單
/etc/ssh/sshd_config AllowUsers DenyUsers /etc/hosts.allow /etc/hosts.deny
五、把root用戶設置空密碼 進行鏈接測試
六、pam模塊進行檢查 /etc/pam.d
yum reinstall openssh-server 重寫配置文件 /etc/pam.d/sshd [13:40:38 root@centos7 ~]#vim /etc/ssh/sshd_config UsePAM yes 默認是開啓的(通常不建議關閉) 此時能夠關閉後,測試一下,能夠鏈接即爲它的問題