fakessh icon indicating copy to clipboard operation
fakessh copied to clipboard

A dockerized fake SSH server honeypot written in Go that logs login attempts.

FakeSSH

A dockerized fake SSH server honeypot written in Go that logs login attempts. The password authentications always fail anyway so no terminal access is given to the attacker.

Quick Start

docker run -it --rm -p 22:22 fffaraz/fakessh

OR

docker run -d --restart=always -p 22:22 --name fakessh fffaraz/fakessh
docker logs -f fakessh

See also