SSH HoneyPot
Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.
- Follow the docs of
- Start the pod
cp honeypot-ssh-pod.kube ~/.config/containers/systemd/ systemctl --user daemon-reload systemctl --user start honeypot-ssh-pod.service
- Open the firewall
firewall-cmd --zone=public --add-service=ssh --permanent firewall-cmd --reload