Mac OS에서 Putty 설치 및 ec2 접속
OS: Monteray
homebrew가 설치 되었다면 터미널에서
~% brew install putty
macport설치
macport 다운로드 접속 후 자신의 OS버전에 맞는 macport를 다운로드 및 설치.
설치 완료 후 터미널에
~% sudo port -v selfupdate
명령어를 입력.
~% 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
...
~% puttygen 파일명.pem -o 파일명.ppk