5e597cbe85
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
5 lines
107 B
Bash
Executable file
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}\" $@"
|