Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
994:5c5ade336926 | 995:6fb4c010c448 |
---|---|
74 " dss\n" | 74 " dss\n" |
75 #endif | 75 #endif |
76 #ifdef DROPBEAR_ECDSA | 76 #ifdef DROPBEAR_ECDSA |
77 " ecdsa\n" | 77 " ecdsa\n" |
78 #endif | 78 #endif |
79 "-f filename Use filename for the secret key\n" | 79 "-f filename Use filename for the secret key.\n" |
80 " ~/.ssh/id_dropbear is recommended for client keys.\n" | |
80 "-s bits Key size in bits, should be a multiple of 8 (optional)\n" | 81 "-s bits Key size in bits, should be a multiple of 8 (optional)\n" |
81 #ifdef DROPBEAR_DSS | 82 #ifdef DROPBEAR_DSS |
82 " DSS has a fixed size of 1024 bits\n" | 83 " DSS has a fixed size of 1024 bits\n" |
83 #endif | 84 #endif |
84 #ifdef DROPBEAR_ECDSA | 85 #ifdef DROPBEAR_ECDSA |