diff --git a/plugin.sh b/plugin.sh index 708e83e..7fb7cd8 100644 --- a/plugin.sh +++ b/plugin.sh @@ -1,7 +1,6 @@ #!/bin/sh mkdir -p /root/.ssh -chmod 0800 /root/.ssh echo "${PLUGIN_SSH_KEY}" > "/root/.ssh/id_rsa" chmod 0600 /root/.ssh/id_rsa echo "${PLUGIN_SSH_KNOWN_HOSTS}" > "/root/.ssh/known_hosts"