1、修改ssh服务配置文件
vim /etc/ssh/sshd_config
GSSAPIAuthentication no --->把注释打开,改为no
2、按Esc键,输入 :wq 保存退出
3、重启ssh服务 service sshd restart 或 systemctl restart sshd.service
1、修改ssh服务配置文件
vim /etc/ssh/sshd_config
GSSAPIAuthentication no --->把注释打开,改为no
2、按Esc键,输入 :wq 保存退出
3、重启ssh服务 service sshd restart 或 systemctl restart sshd.service