Skip to content

Commit

Permalink
Merge branch 'master' of github.com:opscode/bento
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Apr 9, 2014
2 parents 435b9e4 + e371dea commit 0b52f68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packer/scripts/common/vagrant.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

mkdir /home/vagrant/.ssh
wget --no-check-certificate \
'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' \
-O /home/vagrant/.ssh/authorized_keys
curl -o /home/vagrant/.ssh/authorized_keys -L \
'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub'
chown -R vagrant /home/vagrant/.ssh
chmod -R go-rwsx /home/vagrant/.ssh

0 comments on commit 0b52f68

Please sign in to comment.