A SSH Tarpit against script kiddies
3.6K
A simple python script to make your server a little bit safer. It created a fake SSH Server which answers very very very sloooooowwww. 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.
$ docker run -p 22:2222 andreaskasper/ssh-tarpit
$ docker run andreaskasper/ssh-tarpit --help
| Parameter | Default | Description |
|---|---|---|
| BIND_ADDRESS | 0.0.0.0 | The IP address the script binds to - normally you don't need to change this |
| BIND_PORT | 2222 | The port the scripts connects to - normally you don't need to change this |
| VERBOSE | info | Values: debug,info,warn,error,fatal - prints it to STDOUT so you can read it with docker logs |
Content type
Image
Digest
sha256:6a2f030f3…
Size
19.7 MB
Last updated
4 days ago
docker pull andreaskasper/ssh-tarpit