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
f5dc43a5
Commit
f5dc43a5
authored
Jun 21, 2017
by
Mike Hibler
Browse files
Gen ecdsa and ed25519 host keys too.
parent
a44cc094
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/hostkeys
View file @
f5dc43a5
...
...
@@ -23,9 +23,11 @@ sub Install($$$)
ExecQuietFatal("$CHGRP tbadmin $IMAGEKEYS_DIR");
};
my %keytypes = (
"rsa1" => "ssh_host_key",
"rsa" => "ssh_host_rsa_key",
"dsa" => "ssh_host_dsa_key");
"rsa1" => "ssh_host_key",
"rsa" => "ssh_host_rsa_key",
"dsa" => "ssh_host_dsa_key",
"ecdsa" => "ssh_host_ecdsa_key",
"ed25519" => "ssh_host_ed25519_key");
Phase "imagekeys", "Creating host keys for images", sub {
foreach my $type (keys(%keytypes)) {
...
...
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