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
b849cc99
Commit
b849cc99
authored
Feb 03, 2015
by
Leigh B Stoller
Browse files
Didn't notice the hardwired -1 protocol argument to scp.
parent
32263745
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/installvars.pm.in
View file @
b849cc99
...
...
@@ -233,8 +233,8 @@ $SUDO = "/usr/local/bin/sudo";
$
GMAKE
=
"/usr/local/bin/gmake"
;
$
MYSQL
=
"/usr/local/bin/mysql"
;
$
QUOTAON
=
"/usr/sbin/quotaon"
;
$
SSH_INIT
=
"/usr/bin/ssh -
1
"
;
$
SCP_INIT
=
"/usr/bin/scp -
1
"
;
$
SSH_INIT
=
"/usr/bin/ssh -
2
"
;
$
SCP_INIT
=
"/usr/bin/scp -
2
"
;
$
SSH
=
"/usr/bin/ssh -2"
;
$
SCP
=
"/usr/bin/scp -2"
;
#
...
...
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