Mercurial > dropbear
diff dropbearkey.c @ 995:6fb4c010c448
Default client key path ~/.ssh/id_dropbear
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jan 2015 00:05:26 +0800 |
parents | 220f55d540ae |
children | c6346c63281b |
line wrap: on
line diff
--- a/dropbearkey.c Fri Jan 23 23:00:25 2015 +0800 +++ b/dropbearkey.c Sat Jan 24 00:05:26 2015 +0800 @@ -76,7 +76,8 @@ #ifdef DROPBEAR_ECDSA " ecdsa\n" #endif - "-f filename Use filename for the secret key\n" + "-f filename Use filename for the secret key.\n" + " ~/.ssh/id_dropbear is recommended for client keys.\n" "-s bits Key size in bits, should be a multiple of 8 (optional)\n" #ifdef DROPBEAR_DSS " DSS has a fixed size of 1024 bits\n"