Connecting to the cluster (AU users only)

Alert: If you're NOT an AU researcher/employee/student with an AU ID, please stop and go to Connecting for external users instead.

As an Aarhus University researcher/employee/student with an AU ID, you do not need to use second factor authentication as long as you're already connected to AU network either by connecting via Ethernet cable(from the wall) or via AU VPN.

So, while you're somehow on AU network, connect to console2.ghpc.au.dk via SSH.

If you're a Windows user:

Open Putty

On the left pane called "Category" look for and click on Auth.

On the right pane where it asks for "Private key for authentication", hit Browse to select your private key file - the one named id_rsa.ppk whereever you saved from earlier instructions.

SSH Choose Private key SSH Choose Private key
Connecting to console2
Click "session" on the left menu. Enter hostname as "console2.ghpc.au.dk". In the saved sessions section, type console2 and hit the save button. From now on, click console2 and Open button to open a session to Console2.

WinSCP for accessing your home directory using a GUI

WinSCP is a commonly used SFTP tool that lets you access your GHPC home directory using a GUI, thereby enabling to easily drag and drop files in/out of GHPC.

To use WinSCP, check if you already have it installed in your computer. If not, Google it and install it on your computer.

Next, open it. You will see a "Tools" button on the bottom left. WinSCP tools

Choose - Import sites. It will list the names of sessions you have saved via Putty. For example, if you had saved your Putty session using the name console2, "check" console2 and hit Ok button. Voila, now Putty knows how to connect to that server.

Do the usual way of trying to connect to the server, and it will show your home directory graphically.

WinSCP screenshot

If you're a Mac or GNU/Linux user:

Open Terminal or iTerm2 or whichever terminal program you use, and login via SSH.

ssh <username>@console2.ghpc.au.dk

Aint Unix easier to use? ;-)