这是一个创建于 1361 天前的主题,其中的信息可能已经有所发展或是发生改变。
IP : 2a02:180:6:1::1425
问题描述:正常情况下进行 SSH 连接显示 Disconnected from remote host,而只有在 Rescue System 下才能正常连接
尝试解决:进入 Rescue System 后
vim /etc/ssh/sshd_config
#UseDNS yes
改为
UseDNS no
重启 sshd
service sshd restart
尝试后无效,求各位 V2EX 的大佬赐教
1 条回复 • 2021-02-17 19:51:45 +08:00
|
|
1
zro 2021-02-17 19:51:45 +08:00
开了防火墙?
|