diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-09-26 20:04:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-09-26 20:04:26 (GMT) |
commit | 4add9e1eee8d0f82289600efb4357d2565e5dd09 (patch) | |
tree | 0d6f155744e2ba26fc1f39e35450e8fe0fba9479 /abs/core/openssh/sshdgenkeys.service | |
parent | 23879cd576d17b9d9139fe89b79e4daacfc56e6f (diff) | |
download | linhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.zip linhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.tar.gz linhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.tar.bz2 |
openssh: update to 7.3p1
Diffstat (limited to 'abs/core/openssh/sshdgenkeys.service')
-rw-r--r-- | abs/core/openssh/sshdgenkeys.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/abs/core/openssh/sshdgenkeys.service b/abs/core/openssh/sshdgenkeys.service index 1d01b7a..cfb9f6a 100644 --- a/abs/core/openssh/sshdgenkeys.service +++ b/abs/core/openssh/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 |