<aside> <img src="/icons/butterfly_orange.svg" alt="/icons/butterfly_orange.svg" width="40px" />

과정


  1. widow → linux에서 .pem 파일 전달

  2. linux → ssh -i .pem ec2-user@”ec2 address”

2-1. permission denied 상황일 경우 → chmod 0400 .pem

2-2. 2번 다시 실행

image.png

</aside>