Support &
Documentation
If you are connecting to HPC2N from a Mac, you have a number of options, aside from the built in SSH client Terminal. Several exists, both commercial and free. Here are some of the more common ones:
If you want to be able to open graphical displays (say for opening the Matlab graphical interface), you need an X11 server. It is not installed as standard on Mac, but you can get it by installing XQuartz.
You also need to transfer files between your own home computer and HPC2N's systems. You need to use a secure protocol, so either sftp or scp will work, but not standard ftp. These are some of the options:
On this page we will give brief examples for ssh, Cyberduck and iTerm2.
In all cases, we strongly advice against saving passwords.
The simplest way to connect to HPC2N is to use the built-in ssh from Terminal.
NOTE: remember that the accounts at HPC2N and SUPR are separate. In the welcome mail you got when your HPC2N account was created was a link to create a first, temporary password. When you have logged in using that, please change the password.
ssh -l username kebnekaise.hpc2n.umu.se
where username is your username at HPC2N.
ssh -l username kebnekaise.hpc2n.umu.se
where username is your username at HPC2N.