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
32263745
Commit
32263745
authored
Feb 03, 2015
by
Leigh B Stoller
Browse files
Fix typo.
parent
21e871ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/ssh
View file @
32263745
...
...
@@ -41,7 +41,7 @@ sub Install($$$)
DoneIfEdited($SSH_CONFIG);
AppendToFileFatal($SSH_CONFIG,
"Host *",
" StrictHostKeyChecking no"
);
" StrictHostKeyChecking no"
,
" Protocol 2");
};
# GPO wants password authentication turned off.
...
...
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