From 9103603c8ac76672f95771ff6597c44c9079d30c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 21 Jun 2014 13:01:05 +0200 Subject: add new scripts Signed-off-by: Florian Pritz --- ssh-proxy | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ssh-proxy (limited to 'ssh-proxy') diff --git a/ssh-proxy b/ssh-proxy new file mode 100755 index 0000000..2df13d7 --- /dev/null +++ b/ssh-proxy @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh -o ProxyCommand="ssh $1 -W %h:%p" "${@:2}" -- cgit v1.2.3-24-g4f1b