ssh-tarpit
A SSH Tarpit against script kiddies
2.1K
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:5ca63917b…
Size
17.2 MB
Last updated
3 months ago
docker pull andreaskasper/ssh-tarpit:sha-2b63d50