使用本地終端連接centos服務器,提示ssh_exchange_identification: read: Connection reset by peer
$ssh root@10.xxx.xxx.xxx
ssh_exchange_identification: read: Connection reset by peer
$ssh -v root@10.xxx.xxx.xxx

進到服務器:
$vi /etc/hosts.allow
添加:
sshd: ALL ##允許所有ip主機均能連接本機

$service sshd restart

現在在客戶端連接服務器:
$ssh root@10.xxx.xxx.xxx
成功,如下:

------------------------------------------------------Tanwheey--------------------------------------------------
愛生活,愛工作。
