1SSHMITM(8) System Manager's Manual SSHMITM(8)
2
3
4
6 sshmitm - SSH monkey-in-the-middle
7
9 sshmitm [-d] [-I] [-p port] host [port]
10
12 sshmitm proxies and sniffs SSH traffic redirected by dnsspoof(8), cap‐
13 turing SSH password logins, and optionally hijacking interactive ses‐
14 sions. Only SSH protocol version 1 is (or ever will be) supported -
15 this program is far too evil already.
16
18 -d Enable verbose debugging output.
19
20 -I Monitor / hijack an interactive session.
21
22 -p port
23 Specify the local port to listen on.
24
25 host Specify the remote host to relay connections to.
26
27 port Specify the remote port to relay connections to.
28
30 dsniff(8), dnsspoof(8)
31
33 Dug Song <dugsong@monkey.org>
34
35
36
37 SSHMITM(8)