From f45c03d56ef60f62138416016f435796dda99863 Mon Sep 17 00:00:00 2001 From: SebClem Date: Wed, 15 Dec 2021 18:39:38 +0100 Subject: [PATCH] :ambulance: Change ssh key name --- entrypoint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint b/entrypoint index 73212a1..c0401c0 100755 --- a/entrypoint +++ b/entrypoint @@ -19,8 +19,8 @@ if [[ -z "$PLUGIN_PRIVATE_KEY" ]]; then else run_command "mkdir /root/.ssh" - echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed - run_command chmod 400 /root/.ssh/id_ed + echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed25519 + run_command chmod 400 /root/.ssh/id_ed25519 fi if [[ -n "$PLUGIN_VAULT_TOKEN" ]]; then