Kippo in Docker
Lightweight Kippo SSH Honeypot (81 MB) based on Alpine Linux
Move your real ssh port from default 22 to another (for ex. 22000)
Run this docker image by command:
sudo docker run -p 22:2222 -d \
--name kippo vensder/alpine-kippo
You can view kippo logs from host by commands:
sudo …