Sha256: 0298abeac856c3d4c9772bed806af9b2a6cb1a44d41b27c6306099a8b6a3c1de

Contents?: true

Size: 363 Bytes

Versions: 12

Compression:

Stored size: 363 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

# Installing vagrant keys
mkdir /home/vagrant/.ssh
chmod 700 /home/vagrant/.ssh
cd /home/vagrant/.ssh
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
chmod 600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant /home/vagrant/.ssh

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.5.0.alpha3 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.5.0.alpha2 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.5.0.alpha1 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.5.1 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.5 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.5.pre1 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.4 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.3 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.2 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.1 templates/ubuntu-11.04-server-amd64/ssh-keys.sh
veewee-0.4.0 templates/ubuntu-11.04-server-amd64/ssh-keys.sh