jacob-petterle/cloudtop-deployer
2
Known Bugs:
- ssh permissions: after deployment you must log into the cloudtop from the EC2 console on AWS and update the following:
chmod 700 /home/$USER/.ssh
chmod 600 /home/$USER/.ssh/authorized_keys
# if you want to utilize the private key (if cloning a repo), do the following:
sudo rm -f /home/$USER/.ssh/id_rsa && sudo rm -f /home/$USER/.ssh/id_rsa.pub
ssh-keygen- docker permissions. If you would like to utilize docker (if selected during deployment of your cloudtop), pelase run the following:
sudo chmod 666 /var/run/docker.sock(reference: https://stackoverflow.com/questions/36300446/ssh-permission-denied-publickey-gssapi-with-mic)
