Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
edd7f31e
Commit
edd7f31e
authored
17 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
change from main branch: we use V2 key now
parent
7b9131ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tbsetup/newnode_reboot.in
+2
-2
2 additions, 2 deletions
tbsetup/newnode_reboot.in
with
2 additions
and
2 deletions
tbsetup/newnode_reboot.in
+
2
−
2
View file @
edd7f31e
...
@@ -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/id
entity
";
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
";
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment