# Jump through hosts with one SSH call
# via <http://glandium.org/blog/?p=308>
Host *+*
	ProxyCommand ssh $(echo %h | sed 's/+[^+]*$//;s/\([^+%%]*\)%%\([^+]*\)$/\2 -l \1/;s/:/ -p /') PATH=.:\$PATH nc -w1 $(echo %h | sed 's/^.*+//;/:/!s/$/ %p/;s/:/ /')

Host office-offsite
	HostName work-gateway+office-workstation

Host test.host
	Compression yes