diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-11 21:35:08 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-11 21:35:08 -0300 |
commit | 345b8c4070212e489cfc754155bc8dfea4db17b3 (patch) | |
tree | ad081c796dc4926227ce9b536266fe7c354b9d54 /pcr/openssh-knock/sshdgenkeys.service | |
parent | 5b032464a13505085ad85bcc646b5181c11c6bf1 (diff) | |
download | abslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.tar.gz abslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.tar.bz2 abslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.zip |
mv aqsis,blender-addon-ogre,cambozola,cinepaint-lts,collada-dom,gimp-art,gimp-pcr,mednafen-server,mitsuba,nexuiz,nexuiz-data,noip,openssh-knock,python-pygame-hg,supermodel,systemd-knock,tupi,xcftools,yafaray,zoneminder to ssh://git@projects.parabola.nu/~git/pcr.git
Diffstat (limited to 'pcr/openssh-knock/sshdgenkeys.service')
-rw-r--r-- | pcr/openssh-knock/sshdgenkeys.service | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/openssh-knock/sshdgenkeys.service b/pcr/openssh-knock/sshdgenkeys.service deleted file mode 100644 index 1d01b7acf..000000000 --- a/pcr/openssh-knock/sshdgenkeys.service +++ /dev/null @@ -1,17 +0,0 @@ -[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 - -[Service] -ExecStart=/usr/bin/ssh-keygen -A -Type=oneshot -RemainAfterExit=yes |