sshhipot : High-interaction MitM SSH honeypot.
The general idea is that sshlowpot runs somewhere between the attacker and the real SSH server such that the attacker logs into the honeypot, and the honeypot logs into the server.
Requirement:
+ Golang Language
+ All linux/Unix Platform
Usage:
git clone https://github.com/magisterquis/sshhipot && cd sshhipot go build (make sure your golang path has been set: gopath&goroot)
Source: https://github.com/magisterquis