Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start:mogon_cluster:access_from_outside_unix [2021/06/21 14:31] jrutte02 [Using the SSH config file] |
start:mogon_cluster:access_from_outside_unix [2022/03/23 10:07] (current) meesters [Using the SSH config file] |
||
---|---|---|---|
Line 33: | Line 33: | ||
If you only need to do this occasionally, | If you only need to do this occasionally, | ||
<code bash> | <code bash> | ||
- | ssh -J < | + | ssh -J < |
</ | </ | ||
Line 41: | Line 41: | ||
<code bash> | <code bash> | ||
- | ssh -i ~/ | + | ssh -i ~/ |
</ | </ | ||
Line 53: | Line 53: | ||
<code bash> | <code bash> | ||
- | ssh -o ProxyCommand=" | + | ssh -o ProxyCommand=" |
</ | </ | ||
Line 73: | Line 73: | ||
HostName hpcgate.zdv.uni-mainz.de | HostName hpcgate.zdv.uni-mainz.de | ||
User < | User < | ||
+ | # turn on optionally for forwarding graphical user interfaces | ||
+ | ForwardX11 yes | ||
+ | # the next line is only mandatory, if you have chosen a non-standard name or path for your key files | ||
IdentityFile ~/ | IdentityFile ~/ | ||
| | ||
# for access to MOGON II: | # for access to MOGON II: | ||
Host mogon | Host mogon | ||
- | HostName | + | HostName |
User < | User < | ||
ProxyJump hpcgate | ProxyJump hpcgate | ||
+ | # turn on optionally for forwarding graphical user interfaces | ||
+ | ForwardX11 yes | ||
+ | # the next line is only mandatory, if you have chosen a non-standard name or path for your key files | ||
IdentityFile ~/ | IdentityFile ~/ | ||
</ | </ | ||
Line 103: | Line 109: | ||
# for access to MOGON II: | # for access to MOGON II: | ||
Host mogon | Host mogon | ||
- | HostName | + | HostName |
User < | User < | ||
IdentityFile ~/ | IdentityFile ~/ |