diff --git a/mitogen/ssh.py b/mitogen/ssh.py index 1841d484..43f8d411 100644 --- a/mitogen/ssh.py +++ b/mitogen/ssh.py @@ -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