TheKoguryo's Tech Blog

 Version 2024.05.05

Warning

This content has been generated by machine translation. The translations are automated and have not undergone human review or validation.

3.5.2 Connecting to PuTTY on Windows

The SSH Key generated by the PuTTY Key Generator is stored as PuTTY Private Key (PPK) .ppk via Save private key and used by PuTTY. Keys generated by ssh-keygen in the Privacy Enhanced Mail (PEM) file format are available at PuTTY via PEM -> PPK conversion.

Install PuTTY

If PuTTY is not installed, download and install a putty from http://www.putty.org/ .

Connecting a Linux Instance on Windows

  1. Run putty.exe

  2. Select Session from Category and enter

    • Host Name (or IP address):

    Public IP of the instance. This can be found in the OCI Console.

    • Port: 22

    • Connection type: SSH

    Figure

  3. In the Category window, select Translation for the Window child

  4. Select UTF-8 from the Remote character set drop-down list

    Linux-based instances have a default locale of UTF-8. That’s why we set it the same in PuTTY as well.

    Figure

  5. In the Category window, click SSH and Auth under Connection

  6. Click Browse, and select the private key to connect to the instance

    Figure

    Figure

  7. In the Category window, navigate to Session to save the session.

  8. Click Open to start the session.

    If this is the first time you are connecting to the instance you are trying to connect to, you will receive an alarm that the server’s host key is not cached in the registry. Click Accept.

    Figure

    image-20220110145841201

  9. Default User Login

    Figure

Default Connection User

OS ImageDefault User Name
Oracle Linux, CentOSopc
ubuntuubuntu


As an individual, this article was written with my personal time. There may be errors in the content of the article, and the opinions in the article are personal opinions.

Last updated on 12 Dec 2018