How to Connect to a Vultr Cloud Compute Instance Using PuTTY
-
by Blog Admin
- 8
How to Connect to a Vultr Cloud Compute Instance Using PuTTY
A guide for connecting to Vultr Cloud Compute instances using the PuTTY SSH client for Windows users.
PuTTY is an open-source terminal emulator and SSH client for Windows workstations. It provides a user-friendly interface and terminal to connect to instances using SSH. PuTTY supports both password-based authentication and SSH keys for secure connections to an instance.
Follow this guide to connect to a Vultr Cloud Compute instance using PuTTY on Windows.
Connect to an Instance Using the Default User Credentials
- Open PuTTY from your applications menu.
- Enter your instance’s public IP address in the Host Name (or IP address) field.
- Keep
22
as the Port value and SSH as the connection type. - Click Open to connect to your instance using SSH.
- Click Accept when prompted to add the instance’s public key to your workstation’s known hosts.
- Enter your username when prompted for the
login as
value. - Enter the user’s password when prompted and press
ENTER
to log in. - View the active user information in your SSH session.
console
$ whoami
Connect to an Instance Using SSH Keys
- Enter your instance’s public IP address in the Host Name (or IP address) field.
- Keep
22
as the Port and SSH as the connection type. - Expand the SSH group on the main navigation menu to access additional connection options.
- Expand the Auth group and select Credentials from the list of options.
- Click Browse within the Private key file for authentication field to load your private key.
- Click Data within the Connection group and enter the default instance username in the Auto-login username field to use with your SSH key.
- Navigate to Session on the main navigation menu and enter a new session name in the Saved Sessions field.
- Click Save to store your SSH key, user, and the instance IP configurations.
- Click Open to connect to the instance using the SSH key session information.
- Click Accept when prompted to add the instance’s public key to your workstation’s known hosts.
- View the active user information in your SSH session.
console
$ whoami
How to Connect to a Vultr Cloud Compute Instance Using PuTTY A guide for connecting to Vultr Cloud Compute instances using the PuTTY SSH client for Windows users. PuTTY is an open-source terminal emulator and SSH client for Windows workstations. It provides a user-friendly interface and terminal to connect to…
How to Connect to a Vultr Cloud Compute Instance Using PuTTY A guide for connecting to Vultr Cloud Compute instances using the PuTTY SSH client for Windows users. PuTTY is an open-source terminal emulator and SSH client for Windows workstations. It provides a user-friendly interface and terminal to connect to…