never fullfill the speed, faster, stronger.
show the verbose
use -vvv
option to show which step you stuck.
1 | ssh -vvv root@192.168.100.11 |
it seems to stuck on the GASSAPI, so no check:.
slove ways
1.GASSAPI
in the target host(192.168.100.11) /etc/ssh/sshd_config
:
1 | GSSAPIAuthentication no |
2.UseDNS
1 | useDNS no |
restart sshd server
1 | sudo service sshd restart |
enjoy the fast speed.