pem파일을 가지고 ssh로 Amazon EC2 접속
접속 방법 >> ssh -i pk.pem root@xxx.xxx.xxx.xxx 위와 같은 방법으로 접속을 시도하면 ppk는 ignored되고 비밀번호를 넣으란다. 검색하니 바로 답이 나오네 [1] Permissions 0644 for 'pk.pem' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. bad permissions: ignore key: NHNOpenSourceWeb.pem root@xxx.xxx.xxx.xxx's password: chmod 600으로 바꿔주고 접속하니 잘 된다. >> chmod 600 pk.pem [1] http://stackoverflow.com/questions/201893/ssh-into-amazon-ec2-instance