From 41a13c520ee0823b5fbee3ad508c3ea4d4d58a99 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Mon, 8 Aug 2011 19:36:50 +0530 Subject: grun.py uses /opt/glustermg/keys/gluster.pem key file. Signed-off-by: Bala.FA --- src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts') diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py index f5ef1568..e09ef5bc 100755 --- a/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py +++ b/src/com.gluster.storage.management.gateway/WebContent/scripts/grun.py @@ -15,7 +15,7 @@ import Utils def main(): - sshCommandPrefix = "ssh -q -o BatchMode=yes -o GSSAPIAuthentication=no -o PasswordAuthentication=no -o StrictHostKeyChecking=no".split() + sshCommandPrefix = "ssh -q -i /opt/glustermg/keys/gluster.pem -o BatchMode=yes -o GSSAPIAuthentication=no -o PasswordAuthentication=no -o StrictHostKeyChecking=no".split() if len(sys.argv) < 3: sys.stderr.write("usage: %s SERVER_FILE COMMAND [ARGUMENTS]\n" % os.path.basename(sys.argv[0])) -- cgit