summaryrefslogtreecommitdiffstats
path: root/abs/core/openssh/sshdgenkeys.service
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-08-05 14:51:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-08-05 14:51:38 (GMT)
commit35fbd73e89b879c24b0683b9faaaf38505131d43 (patch)
tree8eaf59dc8a9adc195793359823025f7da52c5fe8 /abs/core/openssh/sshdgenkeys.service
parent49b546cbc42ebc01a6644e4cebb4a2674dfc5df8 (diff)
downloadlinhes_pkgbuild-35fbd73e89b879c24b0683b9faaaf38505131d43.zip
linhes_pkgbuild-35fbd73e89b879c24b0683b9faaaf38505131d43.tar.gz
linhes_pkgbuild-35fbd73e89b879c24b0683b9faaaf38505131d43.tar.bz2
openssh: update to 6.9p1
Diffstat (limited to 'abs/core/openssh/sshdgenkeys.service')
-rw-r--r--abs/core/openssh/sshdgenkeys.service10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/openssh/sshdgenkeys.service b/abs/core/openssh/sshdgenkeys.service
index 8c27d71..1d01b7a 100644
--- a/abs/core/openssh/sshdgenkeys.service
+++ b/abs/core/openssh/sshdgenkeys.service
@@ -2,12 +2,14 @@
Description=SSH Key Generation
ConditionPathExists=|!/etc/ssh/ssh_host_key
ConditionPathExists=|!/etc/ssh/ssh_host_key.pub
-ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
-ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
-ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
-ConditionPathExists=|!/etc/ssh/ssh_host_dsa_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
[Service]
ExecStart=/usr/bin/ssh-keygen -A