diff options
-rw-r--r-- | pull/cgit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull/cgit.py b/pull/cgit.py index 8f29aed..ec7876c 100644 --- a/pull/cgit.py +++ b/pull/cgit.py @@ -9,7 +9,7 @@ from pull.utils import chdir, check_output, run _ENV = os.environ.copy() -_ENV['GIT_SSH_COMMAND'] = 'ssh -oStrictHostKeyChecking=no -oBatchMode=yes' +_ENV['GIT_SSH_COMMAND'] = 'ssh -oBatchMode=yes -oLogLevel=QUIET -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null' def _run(*args, **kwargs): |