From 6c128027af274e03f4c994bb594ff28d815af5cf Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 16 Feb 2010 23:59:59 +0000 Subject: [PATCH] reverting root ssh key path. Although using the default MyPLC root key may work for us, it may not work for everyone --- sfa/methods/get_key.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sfa/methods/get_key.py b/sfa/methods/get_key.py index 15f520cd..46af3695 100644 --- a/sfa/methods/get_key.py +++ b/sfa/methods/get_key.py @@ -66,7 +66,8 @@ class get_key(Method): key_dest="/etc/sfa/node.key" gid_dest="/etc/sfa/node.gid" scp = "/usr/bin/scp" - identity = "/etc/planetlab/root_ssh_key.rsa" + #identity = "/etc/planetlab/root_ssh_key.rsa" + identity = "/etc/sfa/root_ssh_key" scp_options=" -i %(identity)s " % locals() scp_options+="-o StrictHostKeyChecking=no " % locals() scp_key_command="%(scp)s %(scp_options)s %(key_filename)s root@%(host)s:%(key_dest)s" %\ -- 2.43.0