SSH config additions
This commit is contained in:
parent
b62c563fcc
commit
2ac3fc6104
|
@ -1,13 +1,19 @@
|
||||||
Host heimdall
|
Host heimdall
|
||||||
HostName heimdall044.jet.uk
|
HostName heimdall044.jet.uk
|
||||||
|
|
||||||
|
Host heimdall???
|
||||||
|
HostName %h.jet.uk
|
||||||
|
|
||||||
Host jdc
|
Host jdc
|
||||||
HostName 10.40.4.103
|
HostName 10.40.4.103
|
||||||
|
|
||||||
Host freia
|
Host freia
|
||||||
HostName freia022.hpc.l
|
HostName freia022.hpc.l
|
||||||
|
|
||||||
Host heimdall jdc freia
|
Host freia???
|
||||||
|
HostName %h.hpc.l
|
||||||
|
|
||||||
|
Host heimdall* jdc* freia*
|
||||||
User elitherl
|
User elitherl
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
ForwardX11Timeout 0
|
ForwardX11Timeout 0
|
||||||
|
|
Loading…
Reference in a new issue