Add standard UKAEA SSH config
This commit is contained in:
parent
659fa3e1f9
commit
a7c58e45d6
26
ssh/config.d/ukaea.conf
Normal file
26
ssh/config.d/ukaea.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
# vim: ft=sshconfig
|
||||
|
||||
Host heimdall
|
||||
HostName heimdall003.jet.uk
|
||||
|
||||
Host heimdall???
|
||||
HostName %h.jet.uk
|
||||
|
||||
Host batch
|
||||
User cxsbatch
|
||||
HostName heimdall115.jetdata.eu
|
||||
|
||||
Host jdc
|
||||
HostName 10.40.4.103
|
||||
|
||||
Host freia
|
||||
HostName freia022.hpc.l
|
||||
|
||||
Host freia???
|
||||
HostName %h.hpc.l
|
||||
|
||||
Host heimdall* jdc* freia* batch
|
||||
User elitherl
|
||||
ForwardX11 yes
|
||||
ForwardX11Timeout 0
|
||||
Compression yes
|
Loading…
Reference in a new issue