错误: ssh_exchange_identification: read: Connection reset by peer
最近在linux远程git clone时,总是提示:
ssh_exchange_identification: read: Connection reset by peer
搜索一番才发现,原来在登陆ssh时,密码尝试次数太多,被denyhosts.py 自动添加到/etc/hosts.deny 中了;
gi......