Skip to content

Commit

Permalink
added github keyscan
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 22, 2019
1 parent 618a6f8 commit 2c5c080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ add_ssh: &add_ssh
add_known_hosts: &add_known_hosts
run:
name: Add SSH Known Hosts
command: ssh-keyscan srv-7503.devcloud.hosting.acquia.com >> ~/.ssh/known_hosts
command: |
ssh-keyscan srv-7503.devcloud.hosting.acquia.com >> ~/.ssh/known_hosts
ssh-keyscan -t rsa,dsa github.com >> ~/.ssh/known_hosts
## Defines images and working directory.
defaults: &defaults
Expand Down

0 comments on commit 2c5c080

Please sign in to comment.