Skip to content
GitLab
Menu
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
b0d7f89f
Commit
b0d7f89f
authored
Oct 25, 2014
by
Leigh B Stoller
Browse files
Ignore error on getting ssh keys from Geni MA for now; they do not
trust our certificate.
parent
35a1f30c
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/quickvm.in
View file @
b0d7f89f
...
...
@@ -465,7 +465,7 @@ if ($localuser) {
my
$emulab_user
=
$geniuser
->
emulab_user
();
if
(
$emulab_user
->
IsNonLocal
())
{
system
("
$UPDATEGENIUSER
-s
"
.
$emulab_user
->
uid
());
if
(
$?
)
{
if
(
0
)
{
fatal
("
Could not update ssh keys for nonlocal user
");
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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