0xfede7c8 / dropbear

Fork from Dropbear SSH
https://matt.ucc.asn.au/dropbear/dropbear.html
Other
1 stars 0 forks source link

Allow disabling pubkey authentication #14

Open dgutson opened 6 years ago

dgutson commented 6 years ago

The following

#define DROPBEAR_SVR_PUBKEY_AUTH 0

causes both compile errors and warnings. Fix it so PUBKEY AUTH can be disabled if needed.