Skip to content

Instantly share code, notes, and snippets.

@troyxmccall
Last active February 16, 2016 22:07
Show Gist options
  • Save troyxmccall/1869ca0b86abd147fb6a to your computer and use it in GitHub Desktop.
Save troyxmccall/1869ca0b86abd147fb6a to your computer and use it in GitHub Desktop.
#do this inside your vagrant vm
wget https://raw.githubusercontent.com/troyxmccall/vagrant/master/keys/vagrant.pub -O ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
chown -R vagrant:vagrant ~/.ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment