Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active May 16, 2022 17:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save gbraad/d0b627f911d07bd441ed to your computer and use it in GitHub Desktop.
Save gbraad/d0b627f911d07bd441ed 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"
@devsamuelv
Copy link

devsamuelv commented Dec 22, 2020

Thank you this helped me a Lot!

@motoreagattoimburrato
Copy link

thx buddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment