Cloud Platform/AWS
AWS ssh permission error
구티맨
2021. 1. 26. 13:54
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'xxx-ssh.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 "xxx-ssh.pem": bad permissions
centos@ec2-xxx.ap-northeast-2.compute.amazonaws.com's password:
private key의 access권한이 다른 사용자에게도 있는 경우 위와 같이 에러가 발생합니다.
그럴 때는 pem 파일 권한을 아래와 같이 수정시 private key로 접속이 잘 됩니다.
chmod 400 xxx-ssh.pem