ssh ec2-user@0.0.0.0 (EC2 instance public IP)

# MyFirstInstanceKeyPair.pem : EC2 Instance 생성시 만든 Security KeyPair
ssh -i MyFirstInstanceKeyPair.pem ec2-user@0.0.0.0.

# File Permission 변경
chmod 0400 MyFirstInstanceKeyPair.pem

# MyFirstInstanceKeyPair.pem : EC2 Instance 생성시 만든 Security KeyPair
ssh -i MyFirstInstanceKeyPair.pem ec2-user@0.0.0.0.

# to logout
exit
반응형

'ETC' 카테고리의 다른 글

[MAC BOOK] Mac Book CPU 확인  (0) 2024.01.22
[AWS] Install AWS SDK on Mac M2 Pro  (0) 2023.12.28
[AWS] Create Access Key  (0) 2023.12.28
[ETC] Virtual Location  (0) 2021.10.06
[ETC] Paypal 개인결제 링크 만들기  (0) 2021.09.28

+ Recent posts