Skip to content

Commit a3ad270

Browse files
committed
release 1.3.0
1 parent 79a23b4 commit a3ad270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ It is strongly recommend to pre-hash passwords. Passwords that are not hashed ar
9696
To generate a hashed password use `mkpasswd` which is available in this image or use [https://trnubo.github.io/passwd.html](https://trnubo.github.io/passwd.html) to generate a hash in your browser. Example use of `mkpasswd` below.
9797

9898
```
99-
$ docker run --rm -it --entrypoint /usr/bin/env docker.io/panubo/sshd:1.2.1 mkpasswd
99+
$ docker run --rm -it --entrypoint /usr/bin/env docker.io/panubo/sshd:1.3.0 mkpasswd
100100
Password:
101101
$6$w0ZvF/gERVgv08DI$PTq73dIcZLfMK/Kxlw7rWDvVcYvnWJuOWtxC7sXAYZL69CnItCS.QM.nTUyMzaT0aYjDBdbCH1hDiwbQE8/BY1
102102
```
@@ -109,7 +109,7 @@ docker run -ti -p 2222:22 \
109109
-e SSH_USERS=user:1000:1000 \
110110
-e SSH_ENABLE_PASSWORD_AUTH=true \
111111
-v $(pwd)/entrypoint.d/:/etc/entrypoint.d/ \
112-
docker.io/panubo/sshd:1.2.1
112+
docker.io/panubo/sshd:1.3.0
113113
```
114114

115115
## Usage Example
@@ -126,7 +126,7 @@ docker run -ti -p 2222:22 \
126126
-v $(pwd)/keys/:/etc/ssh/keys \
127127
-v $(pwd)/data/:/data/ \
128128
-e SSH_ENABLE_ROOT=true \
129-
docker.io/panubo/sshd:1.2.1
129+
docker.io/panubo/sshd:1.3.0
130130
```
131131

132132
Create a `www` user with gid/uid 48. You can access with `ssh www@localhost -p 2222` using your private key.
@@ -137,7 +137,7 @@ docker run -ti -p 2222:22 \
137137
-v $(pwd)/keys/:/etc/ssh/keys \
138138
-v $(pwd)/data/:/data/ \
139139
-e SSH_USERS="www:48:48" \
140-
docker.io/panubo/sshd:1.2.1
140+
docker.io/panubo/sshd:1.3.0
141141
```
142142

143143
## Releases

0 commit comments

Comments
 (0)