Connecting to pool hosts over SSH

General information on the use of SSH

Connection via SSH using Linux

This section explains how to connect to one of the pool computers from a Linux client.

Connecting to the SSH gateway

In the first step, you must connect to the SSH gateway of our department. You can reach this under the address:

sshgw.cs.uni-tuebingen.de

To do this, enter the following into a Linux console of your choice:

ssh -X username@sshgw.cs.uni-tuebingen.de

(-X is only necessary if graphical applications are to be started).

Then enter your CS account password (which you have initially set via the application). Please replace username with your CS account name!

Connect to the pool computer

In the second step, find a pool computer from the list and log in to this computer from the SSH gateway. If you have been assigned a computer, use it. If you are logging in as part of a lecture, please select one of the computers assigned to this course (MAES).

To do this, enter the following in the console:

ssh -X username@hostname

(-X is only necessary if graphical applications are to be started).

The field username still corresponds to your CS-Account and hostname to the corresponding hostname of the pool computer. An example for these fields would be the following:

ssh benz@samba

Connection via SSH using Windows

This section explains how to connect to one of the pool computers from a Windows client. You need an X11 client for this. In the following steps, we will use MobaXTerm Home Edition.

Installing and starting MobaXTerm

Download the Home Edition of MobaXTerm free of charge from the above link and run the installer. Then start MobaXTerm. You should see the following window:

moba

Note: In order to be able to turn on a pool computer, as described above, you must also configure a session to the gateway host directly (without jump host) in addition to the configuration described below.

sshgw.cs.uni-tuebingen.de

Configuring the SSH connection

Now set up the SSH connection to the pool computer. Click in the top left-hand corner on ‘Session’. The following window opens:

moba_ssh.

For Remote host enter the name of the pool computer from the list (e.g. samba). Complete “Specify username” with your CS account name.

Then open the advanced settings by clicking on Advanced SSH settings.

Make sure that X11-Forwarding and Compression are checked. Switch to the tab Network settings and configure the the SSH gateway via SSH gateway (jump host) as follows:

moba_ssh_adv

Note: You do not need an SSH key.

Complete the configuration of the session by clicking on OK in the session window.

Starting the SSH connection

Enter your CS password in the password dialogue that opens.

moba_pass

Confirm the dialogues until the following window opens and the computer asks for the password again.

moba_pass2

You should now be logged in.