Putty is an open source terminal emulator for Windows workstations. It provides a unique management panel and terminal to connect to instances using SSH. Putty supports password-based authentication and SSH keys to connect to an instance.
Follow this guide to connect to a Vultr Optimized Cloud Compute instance using Putty on Windows.
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 instance username as the login as
value.
Enter your user password when prompted and press Enter to log in.
View the active user information in your SSH session.
$ whoami
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 more 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.
$ whoami