Mercurial > dropbear
diff dbclient.1 @ 821:f8b28a3de6cb
Don't say "SSH 2" any more since protocol version 1 is irrelevant
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Oct 2013 23:50:04 +0800 |
parents | 0e5ea6812bb7 |
children | 5608a5a61c2a |
line wrap: on
line diff
--- a/dbclient.1 Thu Oct 03 23:45:25 2013 +0800 +++ b/dbclient.1 Thu Oct 03 23:50:04 2013 +0800 @@ -1,6 +1,6 @@ .TH dbclient 1 .SH NAME -dbclient \- lightweight SSH2 client +dbclient \- lightweight SSH client .SH SYNOPSIS .B dbclient [\-Tt] [\-p @@ -19,7 +19,7 @@ .SH DESCRIPTION .B dbclient -is a SSH 2 client designed to be small enough to be used in small memory +is a SSH client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. .SH OPTIONS .TP @@ -31,9 +31,10 @@ .TP .B \-i \fIidfile Identity file. -Read the identity from file +Read the identity key from file .I idfile -(multiple allowed). +(multiple allowed). This file is created with dropbearkey(1) or converted +from OpenSSH with dropbearconvert(1). .TP .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR Local port forwarding. @@ -161,6 +162,6 @@ .br Gerrit Pape ([email protected]) wrote this manual page. .SH SEE ALSO -dropbear(8), dropbearkey(8) +dropbear(8), dropbearkey(1) .P https://matt.ucc.asn.au/dropbear/dropbear.html