[ssh]aws 인스턴스 ubuntu 접속 시, Permission denied (publickey) 해결방법
pem 키를 만들고 , 접속 할려고 하니까...
Permission denied (publickey)
그러면
pem파일이 있는 폴더로 이동해서...
chmod 400 (key이름).pem
그러면 들어 갈 수 있다..
'server' 카테고리의 다른 글
[ubuntu]linux java 설치 방법 (0) | 2020.05.13 |
---|---|
[aws]인스턴스 stop 이후에, 다시 start할 시, ip변경된다. (0) | 2020.05.11 |
[ssh]서버 접속 방법 (0) | 2020.05.11 |
[spring] https tls 설정 후에, connection lost issue 해결방법 (0) | 2020.05.06 |
[mybatis]org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException 해결방법 (0) | 2020.04.29 |