blob: 06b02cfd6f091ffba2e1aac9842b699dfda8ce71 [file] [log] [blame]
Filip Pytlouna20f9e22016-02-16 13:07:03 +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