Convert ppk to OpenSsh format:
puttygen <path-to-your.ppk> -O private-openssh -o <path-to-your-private-key>
You will be prompted to enter your private key password (if you had it).
To use the converted private key to connect to the server:
ssh -i <path-to-your-private-key> <username@yourhost>
No comments:
Post a Comment