Putty 설치 및 aws ec2 접속

Siwoo Pak·2024년 3월 11일
0

AWS

목록 보기
15/15

Mac OS에서 Putty 설치 및 ec2 접속

OS: Monteray

  1. homebrew에 Mac PuTTY 설치

homebrew가 설치 되었다면 터미널에서

~% brew install putty
  1. macport설치
    macport 다운로드 접속 후 자신의 OS버전에 맞는 macport를 다운로드 및 설치.

  2. 설치 완료 후 터미널에

~% sudo port -v selfupdate

명령어를 입력.

  1. macport에 putty 설치
~% sudo port install putty
~% continue? (Y)
...
...
python39 has the following notes:
    To make this the default Python or Python 3 (i.e., the version run by the
    'python' or 'python3' commands), run one or both of:
    
        sudo port select --set python python312	<-
        sudo port select --set python3 python312 <-
~% sudo port select --set python python312
~% sudo port select --set python3 python312
...
  1. XQuartz.
  • XQuartz(다운로드)
  • 설치 후 터미널에 'putty' 입력
  1. AWS EC2 접속
  • 접속 전 aws ec2서버 만들 때 받은 pem파일을 ppk파일로 puttygen 명령어를 통해 변환
~% puttygen 파일명.pem -o 파일명.ppk

  • 호스트 네임란에 ec2서버에 퍼블릭 ip주소 입력
  • Connection > SSG > Auth > Credentials에서
    'Private key file for authentication'의 'Browse...'버튼 클릭
  • 해당하는 암호키 파일 선택
  • 'Open' 버튼 클릭
  • 'Accept' 버튼 클릭
  • 'ec2-user'로 로그인
profile
'하루를 참고 인내하면 열흘을 벌 수 있고 사흘을 참고 견디면 30일을, 30일을 견디면 3년을 벌 수 있다.'

0개의 댓글