Commit e28e627f authored by David Wilson's avatar David Wilson

ssh: Disable GlobalKnownHostsFile with host_key_checking is off

parent 4903052f
......@@ -93,6 +93,7 @@ class Stream(mitogen.parent.Stream):
bits += [
'-o', 'StrictHostKeyChecking no',
'-o', 'UserKnownHostsFile /dev/null',
'-o', 'GlobalKnownHostsFile /dev/null',
]
if self.ssh_args:
bits += self.ssh_args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment