summarylogtreecommitdiffstats
path: root/sshdgenkeys.service
diff options
context:
space:
mode:
authorzer0def2022-05-06 08:12:15 +0200
committerzer0def2022-05-11 20:28:33 +0200
commitaa7483e3fae0adf5cd105720ffc05ebcdc0df272 (patch)
tree60ac7aaeefa93047ed4d11b9d2b0ae98a42f5a8c /sshdgenkeys.service
parent28371ec143216ba25c36ce504016b97f9b35329d (diff)
downloadaur-aa7483e3fae0adf5cd105720ffc05ebcdc0df272.tar.gz
8.9p1.hpn17v0
Diffstat (limited to 'sshdgenkeys.service')
-rw-r--r--sshdgenkeys.service24
1 files changed, 12 insertions, 12 deletions
diff --git a/sshdgenkeys.service b/sshdgenkeys.service
index d1e154692c5d..c8c6ce3d2824 100644
--- a/sshdgenkeys.service
+++ b/sshdgenkeys.service
@@ -1,17 +1,17 @@
[Unit]
-Description=SSH Key Generation
-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_key
-ConditionPathExists=|!/etc/ssh/ssh_host_key.pub
-ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
-ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
+Description=SSH-HPN Key Generation
+ConditionPathExists=|!/etc/hpnssh/ssh_host_dsa_key
+ConditionPathExists=|!/etc/hpnssh/ssh_host_dsa_key.pub
+ConditionPathExists=|!/etc/hpnssh/ssh_host_ecdsa_key
+ConditionPathExists=|!/etc/hpnssh/ssh_host_ecdsa_key.pub
+ConditionPathExists=|!/etc/hpnssh/ssh_host_ed25519_key
+ConditionPathExists=|!/etc/hpnssh/ssh_host_ed25519_key.pub
+ConditionPathExists=|!/etc/hpnssh/ssh_host_key
+ConditionPathExists=|!/etc/hpnssh/ssh_host_key.pub
+ConditionPathExists=|!/etc/hpnssh/ssh_host_rsa_key
+ConditionPathExists=|!/etc/hpnssh/ssh_host_rsa_key.pub
[Service]
-ExecStart=/usr/bin/ssh-keygen -A
+ExecStart=/usr/bin/hpnssh-keygen -A
Type=oneshot
RemainAfterExit=yes