summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBala.FA <bala@gluster.com>2011-08-08 19:36:50 +0530
committerBala.FA <bala@gluster.com>2011-08-08 19:37:21 +0530
commit41a13c520ee0823b5fbee3ad508c3ea4d4d58a99 (patch)
treefbe040eb800bee1906b133fbc41eb244a4086dda /src
parent0d0f69f75ef78e03452ca5d0b989542a156168c1 (diff)
grun.py uses /opt/glustermg/keys/gluster.pem key file.
Signed-off-by: Bala.FA <bala@gluster.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com.gluster.storage.management.gateway/WebContent/scripts/grun.py2
1 files changed, 1 insertions, 1 deletions
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]))