Host *.jump-17.ecmwf.int jump-17.ecmwf.int* a?-* a??-* hpc-* ecs-* hpc2020-* lfc?-* ecf?-* ecflow-* ecinteractive*
User ecmwfusername
UserKnownHostsFile ~/.tsh/known_hosts
IdentityFile ~/.tsh/keys/jump-17.ecmwf.int/user.address@somewhere.com
CertificateFile ~/.tsh/keys/jump-17.ecmwf.int/user.address@somewhere.com-ssh/jump-17.ecmwf.int-cert.pub
ServerAliveInterval 60
TCPKeepAlive yes
Host !jump-17.ecmwf.int *.jump-17.ecmwf.int
ProxyCommand tsh proxy ssh --cluster=jump-17.ecmwf.int --proxy=jump-17.ecmwf.int:443 %r@%h
Host hpc-login ecs-login
Hostname %h.jump-17.ecmwf.int
ProxyCommand tsh proxy ssh --cluster=jump-17.ecmwf.int --proxy=jump-17.ecmwf.int:443 %r@%h
# Extra configuration for additional internal hosts through the main entry point
Host a?-* a??-* hpc-* hpc2020-* ecs-* lfc?-* ecf?-* ecflow-* ecinteractive* !hpc-login* !ecs-login* !*.jump-17.ecmwf.int*
ProxyJump hpc-login.jump-17.ecmwf.int
# Replace by ecs-login.jump-17.ecmwf.int if only ECS access |