Chapter 4 Logging In

We are on the fourth step of the pathway.

Now that you have your Terminal application ready, you want to connect to the cluster. You will do this using a method called SSH, which stands for “Secure SHell”.

4.1 What is SSH?

SSH is a secure way to remotely connect to another computer or network of computers. In other words, SSH helps us protect your data and the data on the Fred Hutch cluster through authentication.

Hostname

The hostname is the name, or label, assigned to a computer in a network. We are connecting to hostname rhino.fhcrc.org or rhino for short.

4.2 Connect Securely

Before moving on, you will need to connect to the Fred Hutch wifi network, a networked ethernet jack, or the Fred Hutch VPN. This is the first layer of security.

The next set of steps are specific to your operating system.

4.3 Windows Login

Click to view steps

  1. Go to the PuTTY Configuration menu. Under “Host Name” type rhino and click “Open”.

    The PuTTY Host Name "rhino" has been typed in.

  2. You will be prompted to login. Type in your HutchNetID (e.g., jsmith3).

    The login prompt for rhino.

  3. Enter your password. No* or symbols will show up, so type it in carefully!

  4. You are now logged in! There should be a login message, with your name at the bottom.

    Screenshot of the PuTTY Terminal.

Congratulations! You are now logged in to the Fred Hutch cluster!

4.4 Mac Login

Click to view steps

  1. Type the following commands, substituting in your HutchNet ID (no brackets):

    ssh [HutchID]@rhino
  2. You will see a message that looks like The authenticity of host 'rhino (XXX.XXX.XX.XX)' can't be established. Type in yes and hit enter.

  3. Enter your password. No* or symbols will show up, so type it in carefully!

  4. You are now logged in! There should be a login message, with your name at the bottom.

    Screenshot of the Mac Terminal.

Congratulations! You are now logged in to the Fred Hutch cluster!

4.5 Linux Login

Click to view steps

  1. Type the following commands, substituting in your HutchNet ID (no brackets):

    ssh [HutchID]@rhino
  2. Enter your password. No* or symbols will show up, so type it in carefully!

  3. You are now logged in! There should be a login message, with your name at the bottom.

Congratulations! You are now logged in to the Fred Hutch cluster!