Login sSH with .pPK file on Mac Terminal
- Convert .ppk to .pem with putty
- Install putty on mac
sudo port install putty
or
brew install putty - Generate .ppk to .pem
puttygen privatekey.ppk -O private-openssh -o privatekey.pem - Use privatekey.pem root server
ssh -i privatekey.pem [email protected]