comparison dropbear.8 @ 478:d4f32c3443ac dbclient-netcat-alike

propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) to branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head d1f69334581dc4c35f9ca16aa5355074c9dd315d)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Sep 2008 06:47:51 +0000
parents 7e43f5e473b9
children b85507ade010
comparison
equal deleted inserted replaced
296:6b41e2cbf071 478:d4f32c3443ac
58 Disable local port forwarding. 58 Disable local port forwarding.
59 .TP 59 .TP
60 .B \-k 60 .B \-k
61 Disable remote port forwarding. 61 Disable remote port forwarding.
62 .TP 62 .TP
63 .B \-p \fIport 63 .B \-p \fI[address:]port
64 Listen on specified tcp port 64 Listen on specified
65 .IR port ; 65 .I address
66 and TCP
67 .I port.
68 If just a port is given listen
69 on all addresses.
66 up to 10 can be specified (default 22 if none specified). 70 up to 10 can be specified (default 22 if none specified).
67 .TP 71 .TP
68 .B \-i 72 .B \-i
69 Service program mode. 73 Service program mode.
70 Use this option to run 74 Use this option to run
71 .B dropbear 75 .B dropbear
72 under TCP/IP servers like inetd, tcpsvd, or tcpserver. 76 under TCP/IP servers like inetd, tcpsvd, or tcpserver.
73 In program mode the \-F option is implied, and \-p options are ignored. 77 In program mode the \-F option is implied, and \-p options are ignored.
74 .TP 78 .TP
79 .B \-P \fIpidfile
80 Specify a pidfile to create when running as a daemon. If not specified, the
81 default is /var/run/dropbear.pid
82 .TP
75 .B \-a 83 .B \-a
76 Allow remote hosts to connect to forwarded ports. 84 Allow remote hosts to connect to forwarded ports.
85 .TP
86 .B \-W \fIwindowsize
87 Specify the per-channel receive window buffer size. Increasing this
88 may improve network performance at the expense of memory use. Use -h to see the
89 default buffer size.
90 .TP
91 .B \-K \fItimeout_seconds
92 Ensure that traffic is transmitted at a certain interval in seconds. This is
93 useful for working around firewalls or routers that drop connections after
94 a certain period of inactivity. The trade-off is that a session may be
95 closed if there is a temporary lapse of network connectivity. A setting
96 if 0 disables keepalives.
77 .SH AUTHOR 97 .SH AUTHOR
78 Matt Johnston ([email protected]). 98 Matt Johnston ([email protected]).
79 .br 99 .br
80 Gerrit Pape ([email protected]) wrote this manual page. 100 Gerrit Pape ([email protected]) wrote this manual page.
81 .SH SEE ALSO 101 .SH SEE ALSO