From 9060bbe156440dc1352a088e0a340cb62187e3a2 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Feb 19 2014 12:58:34 +0000 Subject: sshd-keygen.service - don't check dsa key, use ecdsa instead --- diff --git a/sshd-keygen.service b/sshd-keygen.service index 4be6fb6..b1eb508 100644 --- a/sshd-keygen.service +++ b/sshd-keygen.service @@ -1,7 +1,7 @@ [Unit] Description=OpenSSH Server Key Generation ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key -ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key +ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key [Service] ExecStart=/usr/sbin/sshd-keygen