Host bast1002.wikimedia.org # Direct connection for the bastion host ProxyCommand none ControlMaster auto Host *.wikimedia.org *.wmnet !gerrit.wikimedia.org !git-ssh.wikimedia.org User juliaglen # Everything else goes via bastion acting as a proxy ProxyCommand ssh -a -W %h:%p bast1002.wikimedia.org # Do not offer other identities loaded in ssh-agent IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519