Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c4f838f6
Commit
c4f838f6
authored
Oct 31, 2003
by
Robert Ricci
Browse files
Add the hack for ssh identity-file permissions to this script too.
parent
83e741d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/newnode_reboot.in
View file @
c4f838f6
...
...
@@ -41,6 +41,12 @@ if (!TBAdmin($UID)) {
die
"
Sorry, only admins can run this script
\n
";
}
#
# We seem to have to do this so that ssh gets proper root permissions to read
# the key file. Argh.
#
$UID
=
$EUID
=
0
;
#
# XXX - Check to see if the node we're sshing into is the one we think it is?
#
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment