Skip to content

Commit

Permalink
Merge pull request #58 from Burnett01/release/5.3
Browse files Browse the repository at this point in the history
Backmerge unofficial release/5.3 into new upcoming rlease/7.0.0
  • Loading branch information
Burnett01 authored Mar 6, 2024
2 parents ee287eb + d987a9a commit 580c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -eu

# Variables.
SWITCHES="$INPUT_SWITCHES"
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"
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"

Expand Down

0 comments on commit 580c98f

Please sign in to comment.