[VSCODE] Remote-SSH Linux Permission denied (public key)
윈도우에서 Remote-SSH로 서버에 접속할때, 문제가 없었는데, 우분투에 vs code를 설치하고, PEM파일을 다운로드 받아서 실행시켜보니 아래와 같은 에러가 발생.
---------------------
이유: pem파일의 파일 퍼미션이 너무 공개라 에러 발생 (644)
해결책: pem파일의 파일 퍼미션을 조정(600)
As windows vs code runs Remote-SSH well, I installed vscode in ubuntu 18.04 for aws server maintenance.
But, I got an error message like this.
I checked log file and found that public file permission got an error.
So, I changed public key to 600, then it works like charm.
Comments