ssh_exchange_identification: read: Connection reset by peer
I kept getting this error when i tried scp from a remote server to a local server.
Solution in my case
The remove server had the ALL: ALL in the hosts.deny file. change it to ALL : youclientIP to fix this.