[www@xxxx_61 api]$ ssh [email protected]
reverse mapping checking getaddrinfo for . [1xxx.1xx.1xx.145] failed - POSSIBLE BREAK-IN ATTEMPT!

ssh到主机,有错误提示,但是可以连接.ping主机发现无丢包行为.

解决办法:

修改提供ssh服务的主机(你要登录的主机),sshd参数.

vim /etc/ssh/sshd_config
GSSAPIAuthentication no
service sshd restart

重新登录:

[www@xxxx_61 root]$ ssh [email protected]
Last login: Tue Sep  6 16:35:02 2016 from x.x.x.x

没有错误提示了!


tcpdump使用

root@huwei:/home/huwei# tcpdump -i eth0 host 198.11.181.108

-i 指定网卡

host 指定ip