Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -198,7 +198,7 @@ To facilitate login, we suggest to set an alias in your shell's startup configur
`alias ssh_ra='ssh -o ServerAliveInterval=1000 -Y <USERNAME>@ramses1.itcc.uni-koeln.de'`
Make adjustments according to your preferences. In case you just happened to wish for enabling shorter attention spans during your ramses sessions: The default of `ServerAliveInterval` (in seconds) may cause automatic logouts after a relatively short idle time. Overriding this behaviour, as done above, can also be done globally on your host through (sudo) editing the file `/etc/ssh/ssh_config`. Then, it would simply be a line entry like `ServerAliveInterval 1000`.
Make adjustments according to your preferences. In case you just happened to wish for enabling shorter attention spans during your Ramses sessions: The default of `ServerAliveInterval` (in seconds) may cause automatic logouts after a relatively short idle time. Overriding this behaviour, as shown above, can also be done globally on your host through (sudo) editing the file `/etc/ssh/ssh_config`. Then, it would simply be a line entry like `ServerAliveInterval 1000`.
## 3. Data transfer
......
......