Sha256: 6c12fada6718aa7e23a824a4d27470e00cf48a09cd3bc89b06f43771b0c823fd
Contents?: true
Size: 347 Bytes
Versions: 180
Compression:
Stored size: 347 Bytes
Contents
# 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
Version data entries
180 entries across 150 versions & 19 rubygems