login_shell

This is an old revision of the document!


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 XCES-shell

XCES has embedded a shell from which we can easily log in into the miklip server. For that we only need to enter our DKRZ username and password.


2.via linux/mac

We only need to open a terminal and type:

$ ssh <username>@xces.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.


3. via windows

Here we can do it either

3.a via powershell

just launch the powershell and type:

$ ssh <username>@xces.dkrz.de
3.b via PuTTY

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

  1. hostname: xces.dkrz.de (to enter in our miklip nodes, you could also enter mistral.dkrz.de to enter in any of the DKRZ nodes)
  2. port: 22 (for ssh)
  3. click open


3.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.


4. via Jupyterhub

DKRZ's Jupyterhub also offers the possibility to open a terminal within it (clicking “New” button, “Terminal”):

For info on how to connect to Jupyterhub, please click here.

  • login_shell.1617730455.txt.gz
  • Last modified: 2021/04/06 17:34
  • by etorma