diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-16 11:56:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-16 13:32:19 -0300 |
commit | 6b6898d905270975a8d72f58c7138d008bb3c615 (patch) | |
tree | dec9c4ad38af6e4e0059f6fd6354e158f97f6f57 /pcr/openssh-knock/sshdgenkeys.service | |
parent | e7d8de9f726012c7dd3a0d01f8acc655109525ac (diff) |
openssh-knock-7.2p2-2: updating version
Diffstat (limited to 'pcr/openssh-knock/sshdgenkeys.service')
-rw-r--r-- | pcr/openssh-knock/sshdgenkeys.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pcr/openssh-knock/sshdgenkeys.service b/pcr/openssh-knock/sshdgenkeys.service index 1d01b7acf..cfb9f6aa1 100644 --- a/pcr/openssh-knock/sshdgenkeys.service +++ b/pcr/openssh-knock/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 |