Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active May 16, 2022 17:42
Show Gist options
  • 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"
@motoreagattoimburrato
Copy link

thx buddy

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