* install putty
brew install putty

* ppk -> ppm
puttygen from_key.ppk -O private-openssh -o to_key.pem

* 퍼미션 등록
chmod 600 to_key.pem

ssh -i to_key.pem root@xxxxxxxxx



+ Recent posts