Skip to content

Commit 580c98f

Browse files
authored
Merge pull request #58 from Burnett01/release/5.3
Backmerge unofficial release/5.3 into new upcoming rlease/7.0.0
2 parents ee287eb + d987a9a commit 580c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eu
1414

1515
# Variables.
1616
SWITCHES="$INPUT_SWITCHES"
17-
RSH="ssh -o StrictHostKeyChecking=no -p $INPUT_REMOTE_PORT $INPUT_RSH"
17+
RSH="ssh -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -p $INPUT_REMOTE_PORT $INPUT_RSH"
1818
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
1919
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
2020

0 commit comments

Comments
 (0)