Default client key path ~/.ssh/id_dropbear

This commit is contained in:
Matt Johnston
2015-01-24 00:05:26 +08:00
parent 4122cac66b
commit 6165f53fcd
5 changed files with 45 additions and 7 deletions

View File

@@ -76,7 +76,8 @@ static void printhelp(char * progname) {
#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"