Answers for "log into my ubuntu ec2 instance ssh"

1

ssh into ec2 from ubuntu

sudo chmod 400 ec2.pem
ssh -i ec2.pem [email protected]
Posted by: Guest on April-08-2021

Code answers related to "log into my ubuntu ec2 instance ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language