Skip to content
Snippets Groups Projects
Commit 00a1a147 authored by ale's avatar ale
Browse files

fix typo

parent 1a890604
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def sshcmd(*args):
return [
'ssh',
'-o', 'BatchMode=yes',
'-o', 'StrictHostKeyChecking=no'
'-o', 'StrictHostKeyChecking=no',
'-o', 'ControlMaster=auto',
'-o', 'ControlPath=.ssh_ctrl_%h',
] + list(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment