-
SSH to server, create user
vwf
:adduser vwf
-
Add
vwf
to/etc/sudoers
, don't require password:vwf ALL=(ALL:ALL) NOPASSWD: ALL
Note: Remember to use
sudo visudo
when editing sudoers. -
Copy public keys for user vwf into authorized_keys file.
-
Disable password authentication. Edit
/etc/ssh/sshd_config
to:ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no # Then: sudo service ssh restart
-
Fix locales:
sudo locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales
-
Increase SWAP size in case of 512MB droplet
-
Copy the certs to the
/home/vwf
directory as:public.crt private.key intermediate.crt
-
Run:
./bootstrap.sh virtual.wf