Connecting to a Linux Instance using Putty
Linux instance can be connected through Putty by using the below method. SSH private key files generated by Oracle Cloud Infrastructure are not compatible with PuTTY. If you are using a private key file generated during the instance creation process you need to convert the file to a .ppk file before you can use it with PuTTY to connect to the instance. Convert a generated .key private key file: Open PuTTYgen. Click Load , and select the private key generated when you created the instance. The extension for the key file is .key . Click Save private key . Specify a name for the key. The extension for the new private key is .ppk . Click Save . Connect to the Linux instance using a .ppk private key file: If the instance uses a key pair that you created using PuTTY Key Generator, use the following procedure. Open PuTTY. In the Category pane, select Session and enter the following: Host Name (or IP address): <use...