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
efc655dc
Commit
efc655dc
authored
Feb 28, 2014
by
Leigh B Stoller
Browse files
Be sure to chomp() the sshkey to avoid client side error.
parent
4274d385
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/quickvm.in
View file @
efc655dc
...
...
@@ -314,9 +314,9 @@ if (exists($xmlparse->{'attribute'}->{"sshkey"}) &&
if
(
!
close
(
KEYGEN
))
{
UserError
("
Could not parse ssh key!
");
}
chomp
(
$sshkey
);
}
}
chomp
(
$sshkey
);
#
# See if the GeniUser exists. Create if not, but that means we
...
...
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