# HG changeset patch # User Pascal Bellard # Date 1593072480 0 # Node ID 44f4d94eb05bf443dd7f093d6c04549ad9d06c07 # Parent fd95e92094fe8ab9851ac7ff2ca4e8836f1d0f84 dropbear: add ed25519 key (again) diff -r fd95e92094fe -r 44f4d94eb05b dropbear/stuff/init.d/dropbear --- a/dropbear/stuff/init.d/dropbear Thu Jun 25 08:01:52 2020 +0000 +++ b/dropbear/stuff/init.d/dropbear Thu Jun 25 08:08:00 2020 +0000 @@ -17,7 +17,7 @@ case "$1" in start) # We need rsa and dss host key file to start dropbear. - for type in rsa dss ecdsa ; do + for type in rsa dss ecdsa ed25519 ; do [ -f /etc/dropbear/dropbear_${type}_host_key ] && continue action 'Generating Dropbear %s key... ' $type # Need to delete key before creating it.