Skip to content

Commit

Permalink
ISSUE-204: more time for connection, more options for key types
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Dec 10, 2024
1 parent 73ae0a3 commit bc09240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
drainpipe_exec "acli remote:aliases:download --no-interaction $APPLICATION"
hostname="${{ inputs.environment-url }}"
hostname="${hostname#*://}"
drainpipe_exec "ssh-keyscan -t rsa "$hostname" >> ~/.ssh/known_hosts"
drainpipe_exec "ssh-keyscan -T 60 -t rsa,ecdsa,ed25519 "$hostname" >> ~/.ssh/known_hosts"
# debug site aliases
drainpipe_exec "./vendor/bin/drush site:alias"
Expand Down

0 comments on commit bc09240

Please sign in to comment.