标签:bsp 调试 centos6 ssh 客户端 nbsp sshd 连接 use
系统:centos6.8
ssh调试
ssh -v ip
方法1.目标机更改sshd文件
vim /etc/ssh/sshd_conf
找到
#UseDNS yes 改为 UseDNS no
方法2,客户端更改ssh文件
vim /etc/ssh/ssh_config
找到
GSSAPIAuthentication yes
改为
GSSAPIAuthentication no
标签:bsp 调试 centos6 ssh 客户端 nbsp sshd 连接 use
原文地址:http://www.cnblogs.com/wxq008/p/6905569.html