diff options
author | Nicolas Iooss | 2016-05-24 23:44:11 +0200 |
---|---|---|
committer | Nicolas Iooss | 2016-05-24 23:44:11 +0200 |
commit | 5b40a3e35d00ad657bdd6e851b13834dc3f3d058 (patch) | |
tree | 4e1e7be37b71bdb7521388ddf90e9ff622a5feca /sshdgenkeys.service | |
parent | abe19ef258b406da557ee51e98670f55ff224c17 (diff) | |
download | aur-5b40a3e35d00ad657bdd6e851b13834dc3f3d058.tar.gz |
openssh-selinux 7.2p2-2 update
Diffstat (limited to 'sshdgenkeys.service')
-rw-r--r-- | sshdgenkeys.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sshdgenkeys.service b/sshdgenkeys.service index 1d01b7acff4b..cfb9f6aa17f1 100644 --- a/sshdgenkeys.service +++ b/sshdgenkeys.service @@ -1,15 +1,13 @@ [Unit] Description=SSH Key Generation -ConditionPathExists=|!/etc/ssh/ssh_host_key -ConditionPathExists=|!/etc/ssh/ssh_host_key.pub -ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key -ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub +ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key +ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub [Service] ExecStart=/usr/bin/ssh-keygen -A |