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
3e54abdb
Commit
3e54abdb
authored
Jan 30, 2015
by
Leigh B Stoller
Browse files
Stop enabling ssh protocol 1, we no longer use version 1 keys.
parent
10d32445
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/ssh
View file @
3e54abdb
...
...
@@ -41,8 +41,8 @@ sub Install($$$)
DoneIfEdited($SSH_CONFIG);
AppendToFileFatal($SSH_CONFIG,
"Host *",
" StrictHostKeyChecking no"
,
" Protocol 2
,1
");
" StrictHostKeyChecking no"
);
" Protocol 2");
};
# GPO wants password authentication turned off.
if ($PROTOGENI_GENIRACK) {
...
...
install/phases/ops/ssh
View file @
3e54abdb
...
...
@@ -22,7 +22,7 @@ sub Install($$$)
"$SSHD_CONFIG");
}
my @strings = ("PermitRootLogin yes",
"Protocol 2
,1
");
"Protocol 2");
# GPO wants this turned off.
if ($PROTOGENI_GENIRACK) {
...
...
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