From 557e6b0c95d04d2e405b2e44ae3cbfdfa0d51697 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Dec 2011 19:35:14 +0000 Subject: add ssh-known-hosts setting --- test-sftpfs | 1 + 1 file changed, 1 insertion(+) (limited to 'test-sftpfs') diff --git a/test-sftpfs b/test-sftpfs index 55e6dc5f..06694228 100755 --- a/test-sftpfs +++ b/test-sftpfs @@ -47,6 +47,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests): 'sftp-delay': 0, 'ssh-key': '', 'strict-ssh-host-keys': False, + 'ssh-known-hosts': '/dev/null', } self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl, settings=settings) -- cgit v1.2.1