Hi I installed openssh from the Bionic32 repository to a desktop machine, but the installer didn't add an sshd_config file into /etc/ssh/ . So I need a suitable file to work with Bionic32 openssh server.
It should allow root access by my laptop on my LAN. I don't need more than that.
I did find a sample default config file version in /usr/share/openssh. I tried un-commenting what seemed the appropriate lines, and copying it to /etc/ssh/ but that was guesswork. When I test presently I get on the client:
Code: Select all
root# ssh root@192.168.1.13
ssh_exchange_identification: read: Connection reset by peer
I added my laptop's IP address in the server's hosts-allow file, and for testing purposes temporarily dropped the Puppy firewalls, but still get the above message, so am assuming it's an sshd_config set-up issue.
I do re-boot between changes.
Any help appreciated.
Attached is the un-edited original sample config file (.txt file extension added so it could be posted here):