diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-22 15:51:15 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-22 15:51:15 +0000 |
commit | 7aefd496f165dc173c111ef90a11ab2c8cb4bf01 (patch) | |
tree | 97c907477c12b33698ced4cf0d17dc674a629644 /dropbear.8 | |
parent | 70a22818230565ebe5ca49dcd43e7f1afff04bfb (diff) |
Document -p [address:]port
--HG--
extra : convert_revision : d2f4cea9ad411a132cc799d5428b87a70126620b
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -60,9 +60,13 @@ Disable local port forwarding. .B \-k Disable remote port forwarding. .TP -.B \-p \fIport -Listen on specified tcp port -.IR port ; +.B \-p \fI[address:]port +Listen on specified +.I address +and TCP +.I port. +If just a port is given listen +on all addresses. up to 10 can be specified (default 22 if none specified). .TP .B \-i |