X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Fsystemd%2Fsystem%2Fssh-keygen.service%2FGRMLBASE;fp=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Fsystemd%2Fsystem%2Fssh-keygen.service%2FGRMLBASE;h=0000000000000000000000000000000000000000;hp=b39cb47fe4722522e320c4a93aae66a1a5b9d9dc;hb=5b0d1600825c2fe273b47adaf6278cba3c241f5c;hpb=c970c21d41fb49d545f9078ffaf8632bfba4b857 diff --git a/etc/grml/fai/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE deleted file mode 100644 index b39cb47..0000000 --- a/etc/grml/fai/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE +++ /dev/null @@ -1,14 +0,0 @@ -# This file was deployed via grml-live's -# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/15-initsetup, using -# ${GRML_FAI_CONFIG}/config/files/etc/systemd/system/ssh-keygen.service/GRMLBASE - -[Unit] -Description=SSH keygen -Before=ssh.service - -[Service] -ExecStart=/usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -C '' -N '' -ExecStart=/usr/bin/ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -C '' -N '' -ExecStart=/usr/bin/ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -C '' -N '' -ExecStart=/usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -C '' -N '' -Type=oneshot