Fix readme2
Signed-off-by: Alexander <hi@odyssey346.dev>
This commit is contained in:
parent
22308c245b
commit
9fd47657f5
11
README.md
11
README.md
@ -11,15 +11,18 @@ docker build -t falsessh .
|
||||
docker run -d --name falsessh -p 2269:22 falsessh:latest
|
||||
```
|
||||
|
||||
Change the password immediately.
|
||||
```bash
|
||||
docker exec -it --user root falsessh /bin/sh
|
||||
passwd user
|
||||
exit
|
||||
```
|
||||
|
||||
Try SSHing into the container.
|
||||
```bash
|
||||
ssh user@localhost -p 2269
|
||||
```
|
||||
|
||||
Change the password immediately.
|
||||
```bash
|
||||
passwd
|
||||
```
|
||||
|
||||
Port forward the SOCKS5 proxy to your local machine.
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user