原因可能是因为server的sshd会去DNS查找访问client IP的hostname,DNS解析所占用TIME.....造成.
1、在server上/etc/hosts文件中把你本机的ip和hostname加入 如本人:192.168.0.111 PC-201105271503
2、在server上/etc/ssh/sshd_config文件中修改或加入UseDNS=no ##关掉用户DNS解析
3、注释掉server上/etc/resolv.conf中所有行 ,如果是内网服务 不需要DNS..本来实验环境就不需要.所以####
4、修改server上/etc/nsswitch.conf中hosts为hosts: files
5、/etc/init.d/sshd restart使配置生效 ##重启服务...problem resolve

6 :authentication gssapi-with-mic也有可能出现问题,在server上/etc/ssh/sshd_config文件中修改GSSAPIAuthentication no.
/etc/init.d/sshd restart重启sshd进程使配置生效。
7.如果还不能解决问题,则在日志服务器上加入: 1)vim /etc/syslog.conf 2) *.debug /var/log/debug 3)tail -f /var/log/debug 查看相应的日志文件....
  借此告诫自己还是多花点时间来好好研究下SSH -------------------------         linux-wensir 恋砂追月