diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-17 23:17:27 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-17 23:17:27 +0800 |
commit | f98eb5808bd5fbdf7463f2d7233bb3cc52b12f89 (patch) | |
tree | 5acf0b41de3af64cfe0e14a5f2465485afe9d26f /dbclient.1 | |
parent | 3525cabf48eb97d2e58a1e715e70fab399d40568 (diff) |
Use % rather than # for port delimiter
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ dbclient \- lightweight SSH2 client .B dbclient [ .I args ] -.I [user1]@host1[#port1],[user2]@host2[#port2],... +.I [user1]@host1[%port1],[user2]@host2[%port2],... .SH DESCRIPTION .B dbclient @@ -26,7 +26,7 @@ environments, while still being functional and secure enough for general use. .B \-p \fIport Connect to .I port -on the remote host. Alternatively a port can be specified as hostname#port. +on the remote host. Alternatively a port can be specified as hostname%port. Default is 22. .TP .B \-i \fIidfile @@ -126,7 +126,7 @@ Dropbear will also allow multiple "hops" to be specified, separated by commas. I this case a connection will be made to the first host, then a TCP forwarded connection will be made through that to the second host, and so on. Hosts other than the final destination will not see anything other than the encrypted SSH stream. -A port for a host can be specified with a hash (eg matt@martello#44 ). +A port for a host can be specified with a hash (eg matt@martello%44 ). This syntax can also be used with scp or rsync (specifying dbclient as the ssh/rsh command). A file can be "bounced" through multiple SSH hops, eg |