blob: 06b02cfd6f091ffba2e1aac9842b699dfda8ce71 [file] [log] [blame]
Filip Pytlounac2be792016-01-08 12:09:49 +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