1
1
[ ![ Cargo] ( https://img.shields.io/crates/v/tarssh.svg )] [ crate ]
2
- [ ![ Docker] ( https://img.shields.io/docker/automated/freeky/tarssh.svg )] [ docker-image ]
3
2
4
3
# tarssh
5
4
@@ -28,7 +27,7 @@ that's one less free connection for the next attack.
28
27
``` console
29
28
-% cargo install tarssh
30
29
-% tarssh --help
31
- tarssh 0.4 .0
30
+ tarssh 0.5 .0
32
31
A SSH tarpit server
33
32
34
33
USAGE:
@@ -55,7 +54,7 @@ OPTIONS:
55
54
56
55
57
56
-% 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
59
58
[INFO tarssh] listen, addr: 0.0.0.0:2222
60
59
[INFO tarssh] listen, addr: [::]:2222
61
60
[INFO tarssh] privdrop, enabled: false
@@ -69,26 +68,7 @@ OPTIONS:
69
68
[INFO tarssh] shutdown, uptime: 71.50s, clients: 0
70
69
```
71
70
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
-
90
71
[ Tokio ] : https://tokio.rs
91
72
[ rusty-sandbox ] : https://github.com/myfreeweb/rusty-sandbox
92
73
[ privdrop ] : https://crates.io/crates/privdrop
93
74
[ crate ] : https://crates.io/crates/tarssh
94
- [ docker-image ] : https://hub.docker.com/r/freeky/tarssh
0 commit comments