https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/managingkeypairs.htm https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/accessinginstance.htm Generate a local private and public keyfile on the client machine $ ssh-keygen -o $ cd .ssh/ $…
Tag key
1. Install putty $ yum install putty 2. Convert the ppk file to pem file $ puttygen wha.ppk -O private-openssh…
When your trying to connect to a remote server via pem key and it asks you for the passphrase everytime…