| Filip Pytloun | ac2be79 | 2016-01-08 12:09:49 +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 | ||||