Code
v2.0 Code
June 2021 update: I've re-written the honeypot in Python and containerised in Docker. The initial code (to accompany the blog post How to build a malware-collecting SSH honeypot in Python and Docker - Part 1) is at: GitHub.com/SJBell/basic_ssh_honeypot.
Old v1.0 Code
The original SSH honeypot I wrote in C-code (back in 2013) is still available on my old GitHub account. I no-longer update or maintain this repo: GitHub.com/sb542/SecureHoney.