blob: 06b02cfd6f091ffba2e1aac9842b699dfda8ce71 [file] [log] [blame]
Filip Pytloun7ae5c752016-01-15 13:48:38 +01001
2mkdir /home/vagrant/.ssh
3wget --no-check-certificate \
4 'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' \
5 -O /home/vagrant/.ssh/authorized_keys
6chown -R vagrant /home/vagrant/.ssh
7chmod -R go-rwsx /home/vagrant/.ssh