Skip to content
Snippets Groups Projects
Commit edd7f31e authored by Mike Hibler's avatar Mike Hibler
Browse files

change from main branch: we use V2 key now

parent 7b9131ab
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# EMULAB-COPYRIGHT # EMULAB-COPYRIGHT
# Copyright (c) 2003 University of Utah and the Flux Group. # Copyright (c) 2003, 2007 University of Utah and the Flux Group.
# All rights reserved. # All rights reserved.
# #
...@@ -41,7 +41,7 @@ my $privkey = "$TB/etc/identity.newnode"; ...@@ -41,7 +41,7 @@ my $privkey = "$TB/etc/identity.newnode";
# We also try root's own private key in case the node has somehow ended up in a # We also try root's own private key in case the node has somehow ended up in a
# state where it's booted from the special boot CD or a 'regular' image. # state where it's booted from the special boot CD or a 'regular' image.
# #
my $rootkey = "/root/.ssh/identity"; my $rootkey = "/root/.ssh/id_rsa";
if (!TBAdmin($UID)) { if (!TBAdmin($UID)) {
die "Sorry, only admins can run this script\n"; die "Sorry, only admins can run this script\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment