droberson / ssh-honeypot

Fake sshd that logs ip addresses, usernames, and passwords.
MIT License
620 stars 240 forks source link

Add make install with systemd service #10

Closed santigz closed 4 years ago

santigz commented 4 years ago

This is a great project! I have made a systemd service so that ssh-honeypot can be installed and started automatically at system startup:

make install
systemctl enable --now ssh-honeypot.service
droberson commented 4 years ago

Thanks for this. I will not have time to review this for the next day or two.

droberson commented 4 years ago

Looks good so far. Thank you very much for this. If you don't have any more commits, I can merge this.

santigz commented 4 years ago

I've finished my tests and I don't have more commits to do. Thanks for merging!