/
Access with SSH

Access with SSH

SSH Authentication

For the authentication, you can

System-Specific Access

Both, Noctua 1 and Noctua 2 provide a jump host which provides load balancing across the front end nodes of each cluster.

Noctua 1

The Jump-Host for Noctua 1 is fe.noctua1.pc2.uni-paderborn.de. Port 22 (SSH).

Interactive Sessions

We recommend the following combined command for an interactive session (replace USERNAME with your lowercase username):

ssh -t USERNAME@fe.noctua1.pc2.uni-paderborn.de ssh noctua1

Alternatively, you can put

Host noctua1 HostName fe.noctua1.pc2.uni-paderborn.de User [USERNAME] RequestTTY force IdentityFile [PATH TO PRIVATE KEY] IdentitiesOnly yes RemoteCommand ssh noctua1

in your ~/.ssh/config and replace [USERNAME] with your username on Noctua and [PATH TO PRIVATE KEY] with the path to your private key of your ssh-key. Then you can use the short command ssh noctua1 to connect to Noctua. You will be asked for the password of your ssh-key when logging in instead of your user password.

If you want to connect to the last connected frontend, then use this command:

ssh -t USERNAME@fe.noctua1.pc2.uni-paderborn.de ssh noctua1-last

If you need to a run graphical application, the -X option should be used, which enables X11 forwarding with X11 SECURITY extension. The complete command is

Noctua 2

The configuration for Noctua 2 ist quite similar to Noctua 1, except for the hostnames. The Jump-Host for Noctua 2 is fe.noctua2.pc2.uni-paderborn.de. Port 22 (SSH).

Interactive Sessions

We recommend the following combined command for an interactive session (replace USERNAME with your lowercase username):

Alternatively, you can put

in your ~/.ssh/config and replace [USERNAME] with your username on Noctua and [PATH TO PRIVATE KEY] with the path to your private key of your ssh-key. Then you can use the short command ssh noctua2 to connect to Noctua 2. You will be asked for the password of your ssh-key when logging in instead of your user password.

If you want to connect to the last connected frontend, then use this command:

If you need to a run graphical application, the -X option should be used, which enables X11 forwarding with X11 SECURITY extension. The complete command is

 

Related content

Access for Applications like Visual Studio Code
Access for Applications like Visual Studio Code
More like this
Managing SSH Keys
Managing SSH Keys
More like this
File Systems
File Systems
Read with this
Pluto.jl on Noctua
Pluto.jl on Noctua
More like this
Quality-of-Service (QoS) and Job Priorities
Quality-of-Service (QoS) and Job Priorities
Read with this
Access and Login
Access and Login
More like this