[openssh/private-master-vanilla: 4/13] sshd-keygen.service - don't check dsa key, use ecdsa instead

plautrba plautrba at fedoraproject.org
Wed Apr 9 13:46:25 UTC 2014


commit 9060bbe156440dc1352a088e0a340cb62187e3a2
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Wed Feb 19 13:58:34 2014 +0100

    sshd-keygen.service - don't check dsa key, use ecdsa instead

 sshd-keygen.service |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list