We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee287eb + d987a9a commit 580c98fCopy full SHA for 580c98f
entrypoint.sh
@@ -14,7 +14,7 @@ set -eu
14
15
# Variables.
16
SWITCHES="$INPUT_SWITCHES"
17
-RSH="ssh -o StrictHostKeyChecking=no -p $INPUT_REMOTE_PORT $INPUT_RSH"
+RSH="ssh -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -p $INPUT_REMOTE_PORT $INPUT_RSH"
18
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
19
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
20
0 commit comments