login_shell

XCES is hosted at DKRZ's HPC, in order to navigate through folders, edit scripts/programs or run them we generally need to connect to the HPC nodes via ssh. Here we indicate the most common ways to do it:


1.via linux/mac

We only need to open a terminal and type:

$ ssh <username>@levante.dkrz.de

add --X for linux and --Y for mac if you want to able to launch some GUI (e.g. ncview) within the shell via X11.


2. via windows

Here we can do it either

2.a via powershell

just launch the powershell and type:

$ ssh <username>@levante.dkrz.de
2.b via PuTTY

Download it from here. Open it and under the Session tab enter the following:

  1. hostname: levante.dkrz.de
  2. port: 22 (for ssh)
  3. click open


2.c others

For example since some years you can install Windows Subsystem for Linux. From there you can launch it, and use the terminal to connect the same way. If you fancy some particular terminal such as terminator follow this link.


3. via Jupyterhub

DKRZ's Jupyterhub (For info on how to connect to Jupyterhub, please click here) also offers the possibility to open a terminal within it:

  • If we open a Preset session clicking New/Other/Terminal:

  • If we load Jupyterlab, directly from the Launcher panel or clicking File/New/Other/Terminal:

  • login_shell.txt
  • Last modified: 2024/01/08 12:07
  • by etorma