/go-ssh-decoy

Small utility to imitate SSH servers, useful for settings up SSH decoys for building honeypot infrastructure

Primary LanguageGo

Follow on Twitter Codacy Badge

SSH Decoy

Usage

Usage of /bin/ssh-decoy:
  -host string
    	Host address to listen to (default "0.0.0.0")
  -port int
    	Port number to listen to (default 2022)
  -priv string
    	Private key file
  -size int
    	Private key size (default 2048)