클라우드 기초
PuTTY, PuTTYgen 사용법
영민하게
2022. 6. 14. 14:34
반응형
PuTTY란?
물리적으로 떨어진 서버와 원격 접속 서비스를 제공해주는 오픈소스 프로그램이다.
[공식사이트] https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Download PuTTY: latest release (0.77)
This page contains download links for the latest released version of PuTTY. Currently this is 0.77, released on 2022-05-27. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to. Alternativel
www.chiark.greenend.org.uk
- putty.exe: 원격 접속용
- puttygen.exe: 키 변환 도구
CMD에서 SSH로 접속할 때 ----> key.pem 파일을 사용
putty.exe를 사용할 때는 key.ppk라는 파일로 변환해야 함 => puttygen.exe이용
1. PuTTYgen 키변환
실행 > Load > key.pem 선택 > Save private key 선택 > key.ppk 파일로 저장
- pem: chmod 400 권한 설정 수동으로 해야함
- ppk: chmod 400 자동으로 이루어짐 (간편함)
2. PuTTY 원격접속
Session Host Name : Public IP 입력
Connection > SSH > Auth > Browse클릭 > key.ppk선택
반응형