Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connect to Linux VM Instance via SSH Key

If you using Windows, you must use a third-party tools. The following instructions show how to connect to Linux VM using PuTTY with SSH key.

  • Open PuTTY on your computer.

PuTTY
  • In the Host Name field, enter the Public IP Address of the VM that you want to connect, also the port number.

PuTTY Configuration - Host and Port
  • In the category list, Expand SSH and click Auth.

PuTTY Configuration - SSH
  • Click Browser, choose private key that you saved before. Then click Open.

PuTTY Configuration - Browse
PuTTY Configuration - Private
  • After that, click open to connect to your VM Instance.

PuTTY Configuration - Open
  • It will be open the login session to your VM.

Login VM
  • Try login with user root and enter your passphrase key.

Login VM - Type User Root and Passphrase
  • If there is a notification “Please login as the user “centos” rather than the user “root””, so you only can login using “centos” user.

Login VM - Login User
  • Please try login using “centos” user, now you can login to your VM instance.

Login VM Instance

Last updated