summaryrefslogtreecommitdiffstats
path: root/ssh-proxy
blob: 2df13d77fcbb35f77c3d0c7a8ed7b48a27fe9d56 (plain)
1
2
3
#!/bin/bash

ssh -o ProxyCommand="ssh $1 -W %h:%p" "${@:2}"