openssh: don't create ECDSA keys

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner
2020-04-06 10:18:50 +02:00
parent 2e0bfa830d
commit 45c0fde75d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ USE_PROCD=1
PROG=/usr/sbin/sshd
start_service() {
for type in rsa ecdsa ed25519
for type in rsa ed25519
do
# check for keys
key=/etc/ssh/ssh_host_${type}_key