第一個步驟:修改ssh服務配置文件 vi /etc/ssh/sshd_config 79 GSSAPIAuthentication no 115 UseDNS no 第二個步驟:修改hosts文件 [root@oldboyedu ~]# vi /etc/hosts 10.0.0.200 oldboy ...
第一個步驟:修改ssh服務配置文件
vi /etc/ssh/sshd_config
79 GSSAPIAuthentication no
115 UseDNS no
第二個步驟:修改hosts文件
[root@oldboyedu ~]# vi /etc/hosts
10.0.0.200 oldboyedu.com
第三個步驟:重啟ssh遠程服務
systemctl restart sshd