Remote access to the Unix Pool facilities are possible via the OpenSSH (Open Secure Shell) protocol. To establish a connection, an SSH client is required. Linux and MacOS installations usually feature an SSH client by default; MS Windows users have to obtain third party software (e.g. PuTTY).
On this page your can find our SSH node addresses. Security-aware users might want to check their fingerprints beforehand (to make sure you are in fact connecting to our server).
RSA Key | |
MD5: | 45:e0:8b:d6:0c:a1:b7:f7:ba:87:33:cb:a7:24:e0:18 |
SHA256: | 0bk9bZHkVFdh5R82yIC0TeCmefnr1dInTCyF68CivtY |
ED25519 Key | |
MD5: | 7a:7e:d5:3e:c4:6a:1d:ae:d4:8f:74:61:8b:a9:65:2e |
SHA256: | RTCHSc4SHzq4N8v/Zlx5jFf1tI68hUh7KBu9y/AyerM |
On Linux and Mac:
Open a terminal emulator and input the following:
On MS Windows (using PuTTY):
In the configuration dialogue, set "hostname" to "unixpool.math.tu-berlin.de" and "protocol" to "SSH". We recommend unchecking the "Close Window on Exit" option, as possible error messages might instantly disappear. Clicking "Open" establishes the connection. Enter your username and password as prompted, and the login process should succeed.
To prevent your account from misuse, you can create a pair of hostkeys (public and private). The public key you can transfer to Unix pool, which lets you become authenticated automatically during future logins.
On Linux and Mac:
Open a terminal emulator and enter the following:
The SSH programme should have created two files:
~/.ssh/id_rsa (private key)
~/.ssh/id_rsa.pub (public key)
The public key file's content needs to be appended to the authorized keys' file in your Unix Pool accounts' user directory:
Hint: Securing your keypair with a passphrase is highly recommended.
On MS Windows:
Windows users need a separate application called "PuTTYgen" for host key generation (download link: see above).
When you have created your keys, you can insert your key into your PuTTY-Client under "Connection -> SSH -> Auth". To make your public key known to the Unix Pool servers, please take the following actions:
Hint: Graphical Programmes cannot be executed via SSH under MS Windows. Since graphical applications tend to run very slowly and with great delay anyway, we recommend using x2go for these purposes.