changed location of node's root ssh key
authorTony Mack <tmack@cs.princeton.edu>
Wed, 9 Dec 2009 17:45:20 +0000 (17:45 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 9 Dec 2009 17:45:20 +0000 (17:45 +0000)
sfa/methods/get_key.py

index 27bb135..27969b8 100644 (file)
@@ -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" %\