Skip to content

Commit a078b62

Browse files
authored
Merge pull request #24 from jasongill/patch-1
Re-allow RSA host keys with SSH
2 parents 9f40ee1 + c7baefd commit a078b62

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
@@ -9,7 +9,7 @@ set -eu
99

1010
# Variables.
1111
SWITCHES="$INPUT_SWITCHES"
12-
RSH="ssh -o StrictHostKeyChecking=no -p $INPUT_REMOTE_PORT $INPUT_RSH"
12+
RSH="ssh -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -p $INPUT_REMOTE_PORT $INPUT_RSH"
1313
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
1414
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
1515

0 commit comments

Comments
 (0)