wok diff openssh/stuff/openssh @ rev 25161

created recipe for py3k-pillow
author Hans-G?nter Theisgen
date Fri Jul 01 10:04:47 2022 +0100 (24 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	Fri Jul 01 10:04:47 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 ''