Go to advanced search

by romanhosek
Wed May 02, 2018 11:23 am
Forum: Troubleshooting
Topic: SSH connection reset
Replies: 4
Views: 5731

Re: SSH connection reset

CandidFrame,
this helped me - remove empty certificates and generate new ones

Code: Select all

rpi $ sudo rm /etc/ssh/ssh_host_*
rpi $ sudo dpkg-reconfigure openssh-server
(for me I had to switch to su for reconfiguration command)

Go to advanced search