Fix Raspbian SSH Error "Connection reset by peer"

Words
51
Reading
1 min
Listen
Play
9y

If you set up a fresh Raspberry Pi with Raspbian and you can't connect with ssh due to:

ssh [email protected]
Read from socket failed: Connection reset by peer



Solution: Log in on your Pi. Delete and regenerate ssh server keys:

sudo rm /etc/ssh/ssh_host_* 
sudo dpkg-reconfigure openssh-server 
 

Source: Raspberry Pi Forums

Fix Raspbian SSH Error "Connection reset by peer" | Ecency