SSH Secure Shell SSH is used to get a secure terminal-connection to a login server. All Linux loginservers can be reached with SSH client software.
NB: as of December 2022, not all science logins are allowed to login on the login servers anymore. Should you have trouble logging in on our loginservers, please contact postmaster.
Recommended SSH client software Windows: MobaXterm. From the MobaXterm website: “MobaXterm is an enhanced terminal for Windows with an X11 server, a tabbed SSH client and several other network tools for remote computing (VNC, RDP, telnet, rlogin). MobaXterm brings all the essential Unix commands to Windows desktop, in a single portable exe file which works out of the box.” The support of OpenGL could also be a reason to start using MobaXterm. If you use it professionally, you should consider subscribing to MobaXterm Professional Edition. MobaXterm is available on the S-disc. Mosh (mobile Shell) when roaming and intermittent connections. PuTTY. The OpenSSH client provided by Cygwin. Linux: Your computer should have ssh installed by default. Otherwise, install the openssh-client package. Install Mosh (mobile Shell) when roaming or having intermittent connections. OS X: the ssh client should be available on your Mac. For graphical/X11 functionality one can install XQuartz. Install Mosh (mobile Shell) when roaming or having intermittent connections. Android: JuiceSSH or ConnectBot. Install Mosh (mobile Shell) when roaming or having intermittent connections. Recommended software for filetransfer Windows: MobaXterm or WinSCP Linux: scp OS X and Windows: Cyberduck SSH keys ssh can use login and password to authenticate with the server, but you can also use ssh keys as an alternative authentication method. ssh keys are public-private key pairs that you can generate using the ssh-keygen command on linux. Read the manpage man ssh-keygen to learn more. You can set a password on the private key, to prevent it from being copied and used by someone else to impersonate you.
...