From: Michal Sojka Date: Sun, 25 Sep 2011 14:57:34 +0000 (+0200) Subject: ssh to gw can run other commands then shell X-Git-Tag: fix-allnoconfig~169 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/7836493e255412b3d2c48c43157f523d7eff61a7?hp=303439f9d66332d27ea26f49ea9c787fc2f3258f ssh to gw can run other commands then shell --- diff --git a/scripts/ssh b/scripts/ssh index 4631ffb..da55d50 100755 --- a/scripts/ssh +++ b/scripts/ssh @@ -1,3 +1,3 @@ #!/bin/sh -ssh -t glab ssh root@192.168.2.3 +ssh -t glab ssh root@192.168.2.3 "$@"