revert 4a86f8c9ab and properly remove

the temporary ssh host keys file/directory.
This commit is contained in:
AmineChikhaoui 2018-05-31 12:49:15 +01:00
parent 288ce0cb84
commit 95c05343ce
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C

View file

@ -253,11 +253,12 @@ in
mv -f $SSH_HOST_KEYS_DIR/ssh_host_ed25519_key* /etc/ssh/
chmod 600 /etc/ssh/ssh_host_ed25519_key
chmod 644 /etc/ssh/ssh_host_ed25519_key.pub
rm $SSH_HOST_KEYS_DIR/*
else
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
false
fi
rm -f $SSH_HOST_KEYS_DIR
rm -r $SSH_HOST_KEYS_DIR
'';
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true;