wok diff openssh/stuff/openssh @ rev 25236

updated python-shapely (1.7.0 -> 1.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:41:12 2022 +0100 (23 months ago)
parents 13813512f1db
children
line diff
     1.1 --- a/openssh/stuff/openssh	Mon Dec 18 21:44:24 2017 +0100
     1.2 +++ b/openssh/stuff/openssh	Wed Jul 13 17:41:12 2022 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  case "$1" in
     1.5  	start)
     1.6  		# We need rsa and dsa host key file to start dropbear.
     1.7 -		for type in rsa dsa ecdsa ; do
     1.8 +		for type in rsa dsa ecdsa ed25519 ; do
     1.9  			[ -s /etc/ssh/ssh_host_${type}_key ] && continue
    1.10  			_ 'Generating OpenSSH %s key... ' $type
    1.11  			ssh-keygen -t $type -f /etc/ssh/ssh_host_${type}_key -C '' -N ''