Summary
SSH with PEM file
Command
ssh -i file.pem user@127.0.0.2
Description
-i file.pem – use this pem file for authentication
user – user name
127.0.0.2 – host to connect to
Summary
SSH with PEM file
Command
ssh -i file.pem user@127.0.0.2
Description
-i file.pem – use this pem file for authentication
user – user name
127.0.0.2 – host to connect to