Error: Wrong passphrase or corrupted key
Article ID: 351 | Rating: Unrated | Last Updated: Tue, Nov 10, 2020 at 3:44 PM
1. Ensure that your SSH Private key does not contain weird characters while copy-pasting
2. If the ssh key generated is in openssh format , you need to regnerate the ssh key using the following command
root@localhost:~ ssh-keygen -m PEM -t rsa
After generating the ssh keys, you can paste the SSH private key in the Server Edit Form
