[web] Amazon Elastic Compute Cloud(EC2) access

Hα ყҽσɳɠ·2020년 3월 18일
0

Web

목록 보기
6/8

내가 만난 그 에러!!!!


아마존 클라우드 컴퓨터에 접속하기

🖥 접속방법

ssh -i [key 위치/[key name.pem]ec2-user@[IP주소]

❓Case 1:

Permanently added 'XX.XXX.XX.XXX' (ECDSA) to the list of known hosts.

  • 기존에 서버가 알고있던 정보와 다른 서버로 접속하게 되었을 때, 위와 같은 에러가 발생한다.

✔️Solution1:

ssh-keygen -R [ IP || DomainName]

  • 초기화 시킨 후, 접속한다.

❓Case2:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0664 for '/Users/hayeong/Desktop/key/hgughost.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/Users/hayeong/Desktop/key/hgughost.pem": bad permissions
ec2-user@XX.XXX.XX.XXX: Permission denied (publickey).

✔️Solution2:

chmod 600 [key name.pem]

  • private key의 permission의 권한이 커서 생긴 문제다.

❓case3: key가 있는 디렉토리의 이름이 한글일 경우, 접속이 안되는 경우도 있다.
✔️Solution3: 디렉토리명을 영어로 바꾼다!!!


에러 싫어! 🍒

profile
𝑯𝒐𝒏𝒆𝒔𝒕𝒚 𝑰𝒏𝒕𝒆𝒈𝒓𝒊𝒕𝒚 𝑬𝒙𝒄𝒆𝒍𝒍𝒆𝒏𝒄𝒆

0개의 댓글