11[ ![ Cargo] ( https://img.shields.io/crates/v/tarssh.svg )] [ crate ]
2- [ ![ Docker] ( https://img.shields.io/docker/automated/freeky/tarssh.svg )] [ docker-image ]
32
43# tarssh
54
@@ -28,7 +27,7 @@ that's one less free connection for the next attack.
2827``` console
2928-% cargo install tarssh
3029-% tarssh --help
31- tarssh 0.4 .0
30+ tarssh 0.5 .0
3231A SSH tarpit server
3332
3433USAGE:
@@ -55,7 +54,7 @@ OPTIONS:
5554
5655
5756-% tarssh -v --disable-log-timestamps -l 0.0.0.0:2222 \[::]:2222
58- [INFO tarssh] init, version: 0.4 .0, scheduler: basic
57+ [INFO tarssh] init, version: 0.5 .0, scheduler: basic
5958[INFO tarssh] listen, addr: 0.0.0.0:2222
6059[INFO tarssh] listen, addr: [::]:2222
6160[INFO tarssh] privdrop, enabled: false
@@ -69,26 +68,7 @@ OPTIONS:
6968[INFO tarssh] shutdown, uptime: 71.50s, clients: 0
7069```
7170
72- A dubiously-maintained Docker image is available as [ ` freeky/tarssh ` ] [ docker-image ] .
73-
74- ``` console
75- -% sudo docker run --network=host freeky/tarssh
76- Unable to find image 'freeky/tarssh:latest' locally
77- latest: Pulling from freeky/tarssh
78- 27833a3ba0a5: Pull complete
79- 1fbf3b23257c: Pull complete
80- 30379a92040a: Pull complete
81- Digest: sha256:a1eccb7dd694753e0d6ea682f5feed2e17dcfc88d817714502b518c381b94298
82- Status: Downloaded newer image for freeky/tarssh:latest
83- [2019-04-10T23:02:57Z INFO tarssh] listen, addr: 0.0.0.0:22
84- [2019-04-10T23:02:57Z INFO tarssh] privdrop, chroot: /var/empty
85- [2019-04-10T23:02:57Z INFO tarssh] privdrop, user: nobody
86- [2019-04-10T23:02:57Z INFO tarssh] privdrop, enabled: true
87- [2019-04-10T23:02:57Z INFO tarssh] start, servers: 1, max_clients: 4096, delay: 10s, timeout: 30s
88- ```
89-
9071[ Tokio ] : https://tokio.rs
9172[ rusty-sandbox ] : https://github.com/myfreeweb/rusty-sandbox
9273[ privdrop ] : https://crates.io/crates/privdrop
9374[ crate ] : https://crates.io/crates/tarssh
94- [ docker-image ] : https://hub.docker.com/r/freeky/tarssh
0 commit comments