Skip to content

Instantly share code, notes, and snippets.

@berga
Forked from gbraad/README.md
Created February 20, 2021 23:25
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 berga/2b08a868fd2f7efc149375fddf28c7f0 to your computer and use it in GitHub Desktop.
Save berga/2b08a868fd2f7efc149375fddf28c7f0 to your computer and use it in GitHub Desktop.
Import SSH-keys from GitHub

Import SSH-keys from GitHub

vagrant up
vagrant ssh -c "curl -L https://github.com/{your-username}.keys >> /home/vagrant/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment