mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-26 22:10:42 +00:00
Compare commits
2
Commits
v9
...
fix/issue-90-alice
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bbb166a329 | ||
|
|
58a99456da |
+1
-1
@@ -17,7 +17,7 @@ source hosts-init
|
|||||||
|
|
||||||
# Start the SSH agent and load key.
|
# Start the SSH agent and load key.
|
||||||
source agent-start "$GITHUB_ACTION"
|
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.
|
# Variables.
|
||||||
LEGACY_RSA_HOSTKEYS=""
|
LEGACY_RSA_HOSTKEYS=""
|
||||||
|
|||||||
Reference in New Issue
Block a user