sshd-keygen.service - don't check dsa key, use ecdsa instead
This commit is contained in:
parent
96df3b5ecb
commit
9060bbe156
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenSSH Server Key Generation
|
Description=OpenSSH Server Key Generation
|
||||||
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
|
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
|
||||||
ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
|
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/sshd-keygen
|
ExecStart=/usr/sbin/sshd-keygen
|
||||||
|
Loading…
Reference in New Issue
Block a user