Mac PuTTY Install
Mac PuTTY Install
brew instsall putty
나는 macOS Ventura v13 설치함
sudo port -v selfupdate
sudo port install putty // continue? Y 누름
이런 게 뜨면
python311 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 python311 <-
sudo port select --set python3 python311 <-
sudo port select --set python python311
sudo port select --set python3 python311
터미널에 putty 입력
putty
오류 뜨면
설치 완료되면 로그아웃 됨
다시 로그인 하고
터미널에 putty 입력
putty
pem 파일을 ppk 파일로 변환
puttygen 파일명.pem -o 파일명.ppk
Comments