## openssh -> pem $ openssl rsa -in id_rsa -outform pem >id_rsa.pem ## pem -> ppk ## requires putty ## you can install it with homebrew ## brew install putty $ puttygen id_rsa.pem -O private -o id_rsa.ppk
## openssh -> pem $ openssl rsa -in id_rsa -outform pem >id_rsa.pem ## pem -> ppk ## requires putty ## you can install it with homebrew ## brew install putty $ puttygen id_rsa.pem -O private -o id_rsa.ppk