Skip to content

Instantly share code, notes, and snippets.

@dky
Created May 13, 2013 01:31
Show Gist options
  • Save dky/5565643 to your computer and use it in GitHub Desktop.
Save dky/5565643 to your computer and use it in GitHub Desktop.
Vagrant SSH public key
su - vagrant
mkdir .ssh
cd .ssh
wget -O authorized_keys http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub
chmod 600 authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment