summaryrefslogtreecommitdiffstats
path: root/ssh-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-proxy')
-rwxr-xr-xssh-proxy3
1 files changed, 3 insertions, 0 deletions
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}"