mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 13:15:00 +00:00
more git config updates w/ burnettk
This commit is contained in:
parent
df3b713ce4
commit
d059665431
@ -170,7 +170,8 @@ class GitService:
|
||||
)
|
||||
if ssh_key_path is not None:
|
||||
git_env_options["GIT_SSH_COMMAND"] = (
|
||||
"ssh -F /dev/null -o StrictHostKeyChecking=no -i %s" % ssh_key_path
|
||||
"ssh -F /dev/null -o UserKnownHostsFile=/dev/null -o"
|
||||
" StrictHostKeyChecking=no -i %s" % ssh_key_path
|
||||
)
|
||||
|
||||
# this is fine since we pass the commands directly
|
||||
|
Loading…
x
Reference in New Issue
Block a user