Skip to content

Commit a9a4eaa

Browse files
committed
Prepare 0.5.0.
Get rid of the references to the docker image, I'm not really maintaining it.
1 parent 3a0794f commit a9a4eaa

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tarssh"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "A simple SSH tarpit server"
55
authors = ["Thomas Hurst <tom@hur.st>"]
66
edition = "2018"

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
3231
A SSH tarpit server
3332

3433
USAGE:
@@ -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

Comments
 (0)