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

This commit is contained in:
Petr Lautrbach 2014-02-19 13:58:34 +01:00
parent 96df3b5ecb
commit 9060bbe156
1 changed files with 1 additions and 1 deletions

View File

@ -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