Skip to content

Releases: uriid1/honeypot-ssh-server

honeypot-ssh-server v0.4

03 Oct 22:07

Choose a tag to compare

  • Banner changed SSH-2.0-libssh_0.11.1 -> SSH-2.0-OpenSSH_8.9
  • Added timeout for sessions
  • Added flag --version

honeypot-ssh-server v0.3

02 Oct 19:59

Choose a tag to compare

  • SQLite3 support
  • Logging to text log is disabled by default
  • New command line arguments added
  • New key location system
# Binary
/usr/local/bin/honeypot-ssh-server
# Log
/var/log/honeypot-ssh/honeypot.log
# Database
/var/lib/honeypot-ssh/ssh_trap.db
# Key
/etc/honeypot-ssh/ssh_host_ecdsa_key

honeypot-ssh-server v0.2

01 Oct 21:10

Choose a tag to compare

  • Default port: 22
  • Logging to log/honeypot_ssh.log
  • Built-in public/private key
  • Arguments support, see --help