#!/bin/bash ssh -o ProxyCommand="ssh $1 -W %h:%p" "${@:2}"