File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Install as snap
4141
4242.. code-block :: bash
4343
44- sudo snap install ssh-mitm
44+ $ sudo snap install ssh-mitm
4545
4646
4747 Install with pip
@@ -69,7 +69,7 @@ The ssh-mitm server is listening on port 10022.
6969
7070.. code-block :: bash
7171
72- $ ssh -p 10022 user @proxyserver
72+ $ ssh -p 10022 testuser @proxyserver
7373
7474 You will see the credentials in the log output.
7575
@@ -78,8 +78,8 @@ You will see the credentials in the log output.
7878
7979 INFO Remote authentication succeeded
8080 Remote Address: 127.0.0.1:22
81- Username: user
82- Password: supersecret
81+ Username: testuser
82+ Password: secret
8383 Agent: no agent
8484
8585
@@ -123,4 +123,4 @@ SSH-MITM can redirect the connection to a honeypot.
123123
124124.. code-block :: bash
125125
126- ssh-mitm --fallback-host username:password@hostname:port
126+ $ ssh-mitm --fallback-host username:password@hostname:port
You can’t perform that action at this time.
0 commit comments