mirror of https://github.com/aredn/aredn.git
Add ECDSA dropbear key support (#547)
This commit is contained in:
parent
9ff499cdcc
commit
737bd10f48
|
@ -124,3 +124,4 @@ CONFIG_VTUN_SSL=n
|
|||
CONFIG_PACKAGE_ethtool=y
|
||||
CONFIG_JSON_OVERVIEW_IMAGE_INFO=y
|
||||
CONFIG_PACKAGE_kmod-rtc-ds1307=m
|
||||
CONFIG_DROPBEAR_ECC=y
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
/etc/aredn_include/static_routes
|
||||
/etc/dropbear/dropbear_dss_host_key
|
||||
/etc/dropbear/dropbear_rsa_host_key
|
||||
/etc/dropbear/dropbear_ecdsa_host_key
|
||||
/etc/dropbear/authorized_keys
|
||||
/etc/local/mesh-firewall/59-custom-rules
|
||||
/etc/firewall.user
|
||||
|
|
Loading…
Reference in New Issue