nsbin/old/ssh-with-source-ipn-set.sh
Nico Schottelius 5e597cbe85 sample script to use a ssh with bound to a specific ipn
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
2008-11-28 12:57:53 +01:00

5 lines
107 B
Bash
Executable file

#!/bin/sh
rhost=nico@62.65.141.133
bhost=62.65.149.149
ssh -t "${rhost}" "set -x; ssh -b \"${bhost}\" $@"