From: Tony Mack Date: Wed, 9 Dec 2009 17:45:20 +0000 (+0000) Subject: changed location of node's root ssh key X-Git-Tag: sfa-0.9-7~170 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=166f7909828973580fc3f688843799fc2cb76126;p=sfa.git changed location of node's root ssh key --- diff --git a/sfa/methods/get_key.py b/sfa/methods/get_key.py index 27bb1353..27969b89 100644 --- a/sfa/methods/get_key.py +++ b/sfa/methods/get_key.py @@ -64,7 +64,7 @@ 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/sfa/root_ssh_key" scp_options=" -i %(identity)s %(filename)s " % locals() scp_options+="-o StrictHostKeyChecking=no " % locals() scp_key_command="%(scp)s %(scp_options)s root@%(host)s:%(key_dest)s" %\