Define the filename for ed25519 keys, instead of using the default

/etc/dropbear path (which won't work on Android).
master
Greg Alexander 3 years ago
parent fd81eb7897
commit 1e9500c97e

@ -12,6 +12,7 @@
#define DSS_PRIV_FILENAME conf_path_file("dropbear_dss_host_key")
#define RSA_PRIV_FILENAME conf_path_file("dropbear_rsa_host_key")
#define ECDSA_PRIV_FILENAME conf_path_file("dropbear_ecdsa_host_key")
#define ED25519_PRIV_FILENAME conf_path_file("dropbear_ed25519_host_key")
/* Set NON_INETD_MODE if you require daemon functionality (ie Dropbear listens
* on chosen ports and keeps accepting connections. This is the default.

Loading…
Cancel
Save