Connecting to Argon (Linux/Mac terminal)

You can connect to the Argon cluster on a Linux or Mac machine (or using Cygwin or WSL on Windows) by opening a terminal and using ssh with your HawkID and password:

$
ssh argon.hpc.uiowa.edu

Note that if, on the machine you’re using, your username is not the same as your HawkID, you’ll have to specify your login username:

$
ssh hawkid@argon.hpc.uiowa.edu

By default, ssh uses port 22, which is blocked from outside connections by the University of Iowa network. So if you are connecting from off-campus, you will have to specify port 40:

$
ssh -p 40 argon.hpc.uiowa.edu

Note that you do not have to set up a VPN to connect to Argon; however, you will be prompted for two-factor authentication via Duo.

To set up a password-less login using RSA keys, follow the instructions here.

Connecting to Argon (Windows)

On a Windows machine, you can use PuTTY to connect to Argon in essentially the same way as above, only with a GUI interface. Just be sure to specify:

You will then be prompted for your username (HawkID) and password.

Connecting by Remote Desktop

It is also possible to connect to Argon by remote desktop using FastX2, which you can download from ITS. I have never personally done this, but instructions are available here. If anyone has tried this out and has any tips to share, let me know and I will make them available here.