wok-next rev 21606

dropbear: add ed25519 key (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 08:08:00 2020 +0000 (2020-06-25)
parents fd95e92094fe
children 4b314701036f
files dropbear/stuff/init.d/dropbear
line diff
     1.1 --- a/dropbear/stuff/init.d/dropbear	Thu Jun 25 08:01:52 2020 +0000
     1.2 +++ b/dropbear/stuff/init.d/dropbear	Thu Jun 25 08:08:00 2020 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  case "$1" in
     1.5    start)
     1.6      # We need rsa and dss host key file to start dropbear.
     1.7 -    for type in rsa dss ecdsa ; do
     1.8 +    for type in rsa dss ecdsa ed25519 ; do
     1.9  	[ -f /etc/dropbear/dropbear_${type}_host_key ] && continue
    1.10  	action 'Generating Dropbear %s key... ' $type
    1.11  	# Need to delete key before creating it.