Skip to content

Instantly share code, notes, and snippets.

@lmuzinic
Created March 12, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmuzinic/06a7ceffe943b5fed144 to your computer and use it in GitHub Desktop.
Save lmuzinic/06a7ceffe943b5fed144 to your computer and use it in GitHub Desktop.
before_script:
- 'echo -n $id_rsa_{00..30} >> ~/.ssh/id_rsa_base64'
- 'base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 > ~/.ssh/id_rsa'
- 'chmod 600 ~/.ssh/id_rsa'
- 'echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment