diff --git a/noblogsmv/main.py b/noblogsmv/main.py
index 11e5fe4967167c2396df6ec455c577ab4b0262c2..e279ccf56562565970769549eae23c1ca7709def 100644
--- a/noblogsmv/main.py
+++ b/noblogsmv/main.py
@@ -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)