Wiki source code of Remote Access

Last modified by valad on 2024/05/29 18:36

Hide last authors
Thomas Coelho 1.1 1 For remote access we offer several options, depending on your need.
2
3 == SSH Login ==
4
5 The most simple way is shell access with ssh. You can connect to one of our login servers with an SSH client available on nearly all operating systems.
6
7 The get the default login server connect to **itp.uni-frankfurt.de, **e.g.
8
valad 3.1 9 {{code language="bash"}}
10 ssh username@itp.uni-frankfurt.de
11 {{/code}}
Thomas Coelho 1.1 12
13 The login server can be used to submit jobs. They have access to every storage system we run.
14
15
16 == VPN Access ==
17
18 VPN connects your computer directly to the ITP network. You can access internal services (ITP and from the whole University).
19
valad 3.1 20 Details on the sub page [[VPN Access>>doc:.VPN Access.WebHome]].
Thomas Coelho 1.1 21
22
23
24