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