今天登录自己的vmware十分慢,加了-v参数看了下。终于知道慢在哪了。不过有些朋友是在登录之后才慢的,也可以类似的查找一下原因。把GSSAPIAuthentication设置成no就好。
scp -v aa.tar.gz root@1.1.1.1:/root
Executing: program /usr/bin/ssh host 1.1.1.1, user root, command scp -v -t /root
OpenSSH_4.3p2, OpenSSL 0.9.8c 05 Sep 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 1.1.1.1 [1.1.1.1] port 22.
debug1: Connection established.
debug1: identity file /home/x/.ssh/id_rsa type -1
debug1: identity file /home/x/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3p2
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '1.1.1.1' is known and matches the RSA host key.
debug1: Found key in /home/x/.ssh/known_hosts:6
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: Next authentication method: publickey
debug1: Trying private key: /home/x/.ssh/id_rsa
debug1: Trying private key: /home/x/.ssh/id_dsa
debug1: Next authentication method: password
root@1.1.1.1's password:
·发现一个mstsc.exe在XP SP3上的变化(07-26)
·MySQL 双向数据同步解决方案(07-18)
·MSSQL Server服务器数据同步解决方案(07-18)
·访问控制Access Control专业术语详解(07-18)
·Rootkit的检测、清除、预防(05-29)
·七种方法修改网吧注册表[以破解下载为例](03-14)
·深入防火墙记录(03-14)
·如何清除局域网中的ARP病毒(03-14)
·提升网站程序开发安全的6大诀窍(03-14)
·Windows 2003服务器安全加固方案(03-14)
·Windows 2000系统加固应用指南(03-14)
·Windows 2003 单网卡实现VPN(03-14)
·感染Linux系统脚本程序的病毒技术介绍(03-14)
·Linux下DOM制作流程[嵌入式系统盘](03-14)
·Linux下DOM制作流程[嵌入式系统盘](199)
·开发Linux系统下的磁盘加密方法详解(183)
·如何清除局域网中的ARP病毒(170)
·Windows 2003 单网卡实现VPN(169)
·发现一个mstsc.exe在XP SP3上的变化(152)
·Windows 2003服务器安全加固方案(117)
·IIS最小权限分配的批处理文件[服务器优化](73)
·squid.conf文件的配置(72)
·访问控制Access Control专业术语详解(72)
·MySQL 双向数据同步解决方案(66)
·Windows 2000系统加固应用指南(65)
·拿webshell权限的45种方法(64)
·注意防范局域网内入侵服务器(62)
·七种方法修改网吧注册表[以破解下载为例](47)


