You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ It is strongly recommend to pre-hash passwords. Passwords that are not hashed ar
91
91
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.
92
92
93
93
```
94
-
$ docker run --rm -it --entrypoint /usr/bin/env docker.io/panubo/sshd:1.2.0 mkpasswd
94
+
$ docker run --rm -it --entrypoint /usr/bin/env docker.io/panubo/sshd:1.2.1 mkpasswd
0 commit comments