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
41
41
42
42
.. code-block :: bash
43
43
44
- sudo snap install ssh-mitm
44
+ $ sudo snap install ssh-mitm
45
45
46
46
47
47
Install with pip
@@ -69,7 +69,7 @@ The ssh-mitm server is listening on port 10022.
69
69
70
70
.. code-block :: bash
71
71
72
- $ ssh -p 10022 user @proxyserver
72
+ $ ssh -p 10022 testuser @proxyserver
73
73
74
74
You will see the credentials in the log output.
75
75
@@ -78,8 +78,8 @@ You will see the credentials in the log output.
78
78
79
79
INFO Remote authentication succeeded
80
80
Remote Address: 127.0.0.1:22
81
- Username: user
82
- Password: supersecret
81
+ Username: testuser
82
+ Password: secret
83
83
Agent: no agent
84
84
85
85
@@ -123,4 +123,4 @@ SSH-MITM can redirect the connection to a honeypot.
123
123
124
124
.. code-block :: bash
125
125
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