SSH into EC2 with PEM key

ssh -i ~/.ssh/key.pem ubuntu@<host>
Kategory
ssh connect
Description
Connects to a remote server using a PEM private key file, commonly used for AWS EC2 instances with the ubuntu user.
Kontributor
iarc13
Upvotes
▲ 0