...
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:
Open up Chrome
Navigate to: MedicineBow On Demand
Start MedicineBow Shell Access
...
Code Block |
---|
ssh -X arcc-t01@medicinebow.arcc.uwyo.edu |
...