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 9f40ee1 + c7baefd commit a078b62Copy full SHA for a078b62
entrypoint.sh
@@ -9,7 +9,7 @@ set -eu
9
10
# Variables.
11
SWITCHES="$INPUT_SWITCHES"
12
-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"
13
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
14
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
15
0 commit comments