mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
Define the filename for ed25519 keys, instead of using the default
/etc/dropbear path (which won't work on Android).
This commit is contained in:
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…
Reference in New Issue
Block a user