Skip to content

Commit f9225b2

Browse files
small fixes
1 parent 60cc4ab commit f9225b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/quickstart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)