# vim:set ft=sshconfig: VerifyHostKeyDNS yes ServerAliveInterval 60 GSSAPIAuthentication no User mcrute #IdentityAgent none #IdentityFile ~/.ssh/id_ed25519.home Host home.crute.me Hostname mcrute-virt.sea1.crute.me ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me Host via-eu.home.crute.me Hostname mcrute-virt.sea1.crute.me ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.eu-west-2.crute.me Host eu.home.crute.me Hostname mcrute-virt.eu-west-2.crute.me ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.eu-west-2.crute.me Host eu-tun.home.crute.me Hostname mcrute-virt.eu-west-2.crute.me RequestTTY no ForwardX11 no GatewayPorts yes Compression yes DynamicForward 9999 RemoteForward *:1235 localhost:1235 RemoteForward *:1425 localhost:1425 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.eu-west-2.crute.me Host tun.home.crute.me Hostname mcrute-virt.sea1.crute.me RequestTTY no ForwardX11 no GatewayPorts yes Compression yes DynamicForward 9999 RemoteForward *:1235 localhost:1235 RemoteForward *:1425 localhost:1425 ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me Host *.crute.me !gateway-1.*.crute.me !*.home.crute.me ProxyCommand nc -x localhost:9999 %h %p