From 7836493e255412b3d2c48c43157f523d7eff61a7 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 25 Sep 2011 16:57:34 +0200 Subject: [PATCH] ssh to gw can run other commands then shell --- scripts/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.39.2