We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e9730 commit b745f69Copy full SHA for b745f69
README.md
@@ -3,8 +3,6 @@
3
A dockerized honeypot SSH server written in Go to log login attempts.
4
Password authentications always fail so no terminal access is given to the attacker.
5
6
-[](https://hub.docker.com/r/fffaraz/fakessh)
7
-
8
## Quick Start
9
10
```
@@ -16,13 +14,13 @@ fakessh [optional-log-directory]
16
14
OR
17
15
18
19
-docker run -it --rm -p 22:22 fffaraz/fakessh
+docker run -it --rm -p 22:22 ghcr.io/fffaraz/fakessh
20
21
22
23
24
25
-docker run -d --restart=always -p 22:22 --name fakessh fffaraz/fakessh
+docker run -d --restart=always -p 22:22 --name fakessh ghcr.io/fffaraz/fakessh
26
docker logs -f fakessh
27
28
0 commit comments