Filip Pytloun | a20f9e2 | 2016-02-16 13:07:03 +0100 | [diff] [blame] | 1 | |
2 | mkdir /home/vagrant/.ssh | ||||
3 | wget --no-check-certificate \ | ||||
4 | 'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' \ | ||||
5 | -O /home/vagrant/.ssh/authorized_keys | ||||
6 | chown -R vagrant /home/vagrant/.ssh | ||||
7 | chmod -R go-rwsx /home/vagrant/.ssh |