MNX.io Docs
  • MNX.io Documentation
  • Getting started
    • SSH to an instance from Windows
    • Account password requirements
    • Improving security using two-factor authentication (2FA)
    • Generating an SSH key
      • Manually generating your SSH key in macOS
      • Manually generating your SSH key in Windows
    • API integrations and CLI usage
    • Provisioning limits
    • Cancelling your account
  • Data centers
  • Instances
    • Infrastructure containers
    • Virtual machines
    • Snapshots
      • Automating Snapshots
    • Tags and metadata
    • Connecting to containers and VMs
    • Instance Types
  • Triton CLI & Tools
    • Using the VNC console
    • Triton CLI tool
    • Hashicorp Packer and Terraform
      • Create and manage images with Packer
      • Manage infrastructure with Terraform
    • Container Monitor with Prometheus
  • Network
    • Networking and fabric user guide
    • Firewall
    • Firewall rules reference
    • Frequently Asked Questions
  • CloudAPI Documentation
    • Getting Started
    • RBAC: Users, Roles & Policies
    • API Introduction
    • API Details
      • Account
      • Keys
      • Users
      • Images
      • Instances
      • Packages
  • Contacting Support
  • Images
    • Linux
      • CentOS
      • Ubuntu
        • 20.04
      • Debian
    • FreeBSD
      • 12
Powered by GitBook
On this page

Was this helpful?

  1. Getting started

SSH to an instance from Windows

PreviousGetting startedNextAccount password requirements

Last updated 5 years ago

Was this helpful?

SSH to an instance from Windows

You can use the program as an SSH client to connect to your machine.

This page gives you basic information about using PuTTY and PuTTYgen to log in to your provisioned machine. For more information on PuTTY, see the official PuTTY documentation.

If you are using Windows and you want to connect to your machine using a more Unix-like approach, you may want to consider instead.

This topic shows you how to log in to your machine as the root user using the Windows program PuTTY.

When you provision a machine, the Machine Details page will display two different IP addresses: a public IP address and a private IP address. Take note of these IP addresses as you will use the public IP to connect to your machine.

To log in to your machine, follow these instructions:

  • Open the PuTTY program.

  • Type the public IP address of your provisioned machine in the Host Name (or IP address) field.

  • In the Category panel on the left, expand the SSH section to expose the Auth settings.

  • Click Auth to display the Options controlling SSH authentication panel.

  • Click Browse and select the private key file you created. This is the private key you saved when you [manually generating your SSH key in Windows](Manually Generating Your SSH Key in Windows.html).

  • Click Open to open a PuTTY terminal session.

The first time you connect to your machine, you may see a PuTTY Security Alert warning you that the host's key is not cached in the the registry. This is normal because PuTTY has never seen this machine before. Go ahead and click Yes.

Follow These Steps to Login

  • At the login as: prompt, type "root" and press ENTER.

Note: For Ubuntu based instances, the default username is "ubuntu".

login as: root
Authenticating with public key "rsa-key-20120104"
Passphrase for key "rsa-key-20120104":
  • Type the passphrase you chose for this key and press ENTER.

You are now logged into your machine.

Once you are connected to a machine, you can start setting up your application.

PuTTY
Cygwin