ssh key passphrase works in windows but not in linux
The Linux SSH client (typically OpenSSH) can’t read the PPK format used by the Windows SSH client Putty. You need to convert the “PPK” key given to you into an OpenSSH key first. Install “putty” on Linux and use the puttygen command line tool: $ sudo aptitude install putty $ mkdir -p ~/.ssh $ puttygen … Read more