Ubuntu之SSH登陆认证慢的解决办法

步骤一 关闭ssh的gssapi认证 vi /etc/ssh/ssh_config注释掉如下两行

GSSAPIAuthentication yes
GSSAPIDelegateCredentials no