From 16f1e2daa567827a5a948f47704a73cf7c94b577 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 14:33:22 +0200 Subject: [PATCH] REVERT ME debugging private key (!!) output --- plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.sh b/plugin.sh index 63eb9b2..222b621 100755 --- a/plugin.sh +++ b/plugin.sh @@ -11,6 +11,8 @@ load_deploy_key() { mkdir -p "$HOME/.ssh/" ssh-keyscan -p "$PLUGIN_PORT" "$PLUGIN_HOST" > "$HOME/.ssh/known_hosts" + echo "key: $PLUGIN_DEPLOY_KEY" + # shellcheck disable=SC2046,SC2006 eval `ssh-agent` echo "$PLUGIN_DEPLOY_KEY" | ssh-add -