I was given a ppk
to access the server of my client. It was working perfectly using puTTY in windows as I can easily browse the private key. However, I need to access the server in Ubuntu environment I tried the command
ssh -i /path/to/private_key.ppk user@myserver.com
But it was asking for paraphrase which I wasn't ask when connecting using PuTTY in Windows.