Skip to content

Instantly share code, notes, and snippets.

@bsideup
Created March 20, 2013 14:38
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 bsideup/5205155 to your computer and use it in GitHub Desktop.
Save bsideup/5205155 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -e "\n\n\n" | ssh-keygen -t rsa
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
ls -la ~/.ssh/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment