Compare commits

...

2 Commits

Author SHA1 Message Date
Steven bbb166a329 refactor: add ssh-init in entrypoint again 2025-12-06 22:18:07 +01:00
Steven 58a99456da refactor: Change printf to echo for SSH key addition, also remove ssh-init 2025-12-06 22:16:37 +01:00
+1 -1
View File
@@ -17,7 +17,7 @@ source hosts-init
# Start the SSH agent and load key.
source agent-start "$GITHUB_ACTION"
printf '%s' "$INPUT_REMOTE_KEY" | SSH_PASS="${INPUT_REMOTE_KEY_PASS}" agent-add >/dev/null 2>&1
echo "$INPUT_REMOTE_KEY" | SSH_PASS="$INPUT_REMOTE_KEY_PASS" agent-add
# Variables.
LEGACY_RSA_HOSTKEYS=""