본문 바로가기

클라우드/AWS

[ AWS ] putty - AWS EC2 연결

putty - AWS EC2 연결

 

putty 다운로드

 

▶ putty 다운로드

https://www.chiark.greenend.org.uk/~sgtatham/putty/

 

PuTTY: a free SSH and Telnet client

PuTTY: a free SSH and Telnet client Home | FAQ | Feedback | Licence | Updates | Mirrors | Keys | Links | Team Download: Stable · Snapshot | Docs | Changes | Wishlist PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along wi

www.chiark.greenend.org.uk

 

putty.exe           // 접속용
puttygen.exe      // 키를 변환해주는 도구

 

 

 

 

Key 파일 변환

puttygen 열기

CMD에서 SSH로 접속할 때  ----->  key.pem 파일을 사용
putty.exe를 사용할 때는  key.ppk라는 파일로 변환해야 함  ---->  puttygen.exe로 변환

 


File > load > key.pem 파일을 선택 (All files로 하면 보임)
Save private key 버튼을 클릭하고 key.ppk 파일로 저장하면 됨

 

 

 

putty - EC2 연결