Convert .ppk to .pem file

To convert .ppk to .pem on mac follow these steps:

  1. Install putty via homebrew ‘brew install putty’
  2. Convert with: ‘$ puttygen key.ppk -O private-openssh -o key.pem’