Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OS Versions

Ubuntu (Debian) Linux OS

Mac OS

Windows OS

Default SSH Client

OpenSSH

Terminal

OpenSSH

Popular User Installed SSH Clients

PuTTY, MobaXterm, Termius

Termius, iTerm2, CyberDuck

MobaXterm, Powershell, PuTTY

Web browser SSH option

Client independent, in any web browser: OnDemand Shell Access

...

Ex: SSH to Beartooth with ARCC Training Account

...

An ssh command in Command Line Interface is broken down into username, '@' symbol, and servername. As an example:

Code Block
ssh arcc-t01@medicinebowt01@beartooth.arcc.uwyo.edu
[arcc-t01@mblog1 ~]$
# UW: MedicineBow Beartooth(mblog1blog1/mblog2blog2)

In the above ssh example, we want to use ssh to connect with username arcc-t01 to servername beartooth.arcc.uwyo.edu

...

Temporarily use a test accountWe can also get ssh access to HPC through a web browser:

  1. Open up Chrome

  2. Navigate to: MedicineBow On Demand

    MedicineBowShell.png

  3. Start MedicineBow Shell Access

...

Code Block
ssh -X arcc-t01@medicinebow.arcc.uwyo.edu

...