Skip to content
Snippets Groups Projects
Commit a33c1819 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Simplified ssh commands in vampir.md.

parent 6cbcef12
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!466Resolve "Use simplified ssh commands"
......@@ -33,7 +33,7 @@ For members of TU Dresden the Vampir tool is also available as
[download](http://tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/projekte/vampir/vampir_download_tu)
for installation on your personal computer.
Make sure, that compressed display forwarding (e.g., `ssh -YC taurus.hrsk.tu-dresden.de`) is
Make sure, that compressed display forwarding (e.g., `ssh -YC taurus`) is
enabled. Start the GUI by typing
```console
......@@ -142,9 +142,15 @@ marie@login$ vampirserver list
Open a second console on your local computer and establish an SSH tunnel to the compute node with:
```console
marie@local$ ssh -L 30000:taurusi1253:30055 taurus.hrsk.tu-dresden.de
marie@local$ ssh -L 30000:taurusi1253:30055 taurus
```
!!! important "SSH command"
The previous SSH command requires that you have already set up your [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh).
Now, the port 30000 on your desktop is connected to the VampirServer port 30055 at the compute node
`taurusi1253` of the ZIH system. Finally, start your local Vampir client and establish a remote
connection to `localhost`, port 30000 as described in the manual.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment