From 1a44229f01716db1d29b34a3a39d21ad822a6bbc Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Fri, 22 Jan 2010 15:41:41 +0000 Subject: [PATCH] using the correct root_ssh_key to reach the node --- sfa/methods/get_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/get_key.py b/sfa/methods/get_key.py index f84c5fef..15f520cd 100644 --- a/sfa/methods/get_key.py +++ b/sfa/methods/get_key.py @@ -66,7 +66,7 @@ class get_key(Method): key_dest="/etc/sfa/node.key" gid_dest="/etc/sfa/node.gid" scp = "/usr/bin/scp" - identity = "/etc/sfa/root_ssh_key" + identity = "/etc/planetlab/root_ssh_key.rsa" 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