How do I connect to a Linux server?

Objective
Establish a connection to a Linux server created in Spinup.

Introduction
Spinup offers a service around Amazon Elastic Cloud Compute (EC2), allowing university researchers to quickly provision virtual servers within Yale’s network. In this guide, you will learn how to add your SSH key to your profile in Spinup, and connect to a Linux server created in Spinup.


Connecting to a Server

To establish a connection, your SSH key must be present on the server you're trying to access.


To connect to an instance:

  1. Open a terminal / command prompt.

  2. In the terminal / command prompt, run the command:

ssh YOUR_NETID@SERVER_IP_ADDRESS

Related articles