X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2Fget_key.py;h=15f520cdfd1bf996419dcef9acddc43830a69067;hb=1a44229f01716db1d29b34a3a39d21ad822a6bbc;hp=f84c5feff568bf5d21c8346a68b4327337b98442;hpb=a8251f8a916e07b7c4fdf3b9e8280e64b9cd2da3;p=sfa.git 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" %\