Mercurial > dropbear
comparison dbclient.1 @ 510:b85507ade010
- Update manuals, include section on authorized_keys
- Change default PATH to /usr/bin:/bin
- Mention DEBUG_TRACE in -v help text
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 05 Nov 2008 14:14:40 +0000 |
parents | 4e251543b941 |
children | fe30d2a2d626 |
comparison
equal
deleted
inserted
replaced
509:4e251543b941 | 510:b85507ade010 |
---|---|
104 | 104 |
105 Dropbear will also allow multiple "hops" to be specified, separated by commas. In | 105 Dropbear will also allow multiple "hops" to be specified, separated by commas. In |
106 this case a connection will be made to the first host, then a TCP forwarded | 106 this case a connection will be made to the first host, then a TCP forwarded |
107 connection will be made through that to the second host, and so on. Hosts other than | 107 connection will be made through that to the second host, and so on. Hosts other than |
108 the final destination will not see anything other than the encrypted SSH stream. | 108 the final destination will not see anything other than the encrypted SSH stream. |
109 A port for a host can be specified with a slash (eg matt@martello/44 ). | |
109 This syntax can also be used with scp or rsync (specifying dbclient as the | 110 This syntax can also be used with scp or rsync (specifying dbclient as the |
110 ssh/rsh command). A port for a host can be specified with a slash (eg matt@martello/44 ). | 111 ssh/rsh command). A file can be "bounced" through multiple SSH hops, eg |
112 | |
113 scp -S dbclient matt@martello,root@wrt,canyons:/tmp/dump . | |
111 | 114 |
112 .SH ENVIRONMENT | 115 .SH ENVIRONMENT |
113 .TP | 116 .TP |
114 .B DROPBEAR_PASSWORD | 117 .B DROPBEAR_PASSWORD |
115 A password to use for remote authentication can be specified in the environment | 118 A password to use for remote authentication can be specified in the environment |