Skip to content

Commit

Permalink
Run ssh-keygen so there is a key for this machine and the .ssh direct…
Browse files Browse the repository at this point in the history
…ory exists
  • Loading branch information
alexrabarts committed Mar 8, 2012
1 parent 95c374e commit 4625f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ubuntu-server-root
Expand Up @@ -58,4 +58,5 @@ usermod -a -G deploy www-data
chgrp -R deploy /var/www /etc/apache2/sites-available/ /etc/apache2/sites-enabled/ chgrp -R deploy /var/www /etc/apache2/sites-available/ /etc/apache2/sites-enabled/
chmod g+w /var/www /etc/apache2/sites-available/ /etc/apache2/sites-enabled/ chmod g+w /var/www /etc/apache2/sites-available/ /etc/apache2/sites-enabled/


ssh-keygen -t rsa
echo "Now add relevant public keys to /root/.ssh/authorized_keys" echo "Now add relevant public keys to /root/.ssh/authorized_keys"

0 comments on commit 4625f0c

Please sign in to comment.