#ssh
Read more stories on Hashnode
Articles with this tag
First ssh into your server using the ssh key. ssh -i "Mysecretkey.pem" ubuntu@ec2-ip.compute-1.amazonaws.com Once you are logged in, switch to root...