From 0381cd72d6d390c52e7a7b2963c762f4a8e3c540 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Oct 2013 10:53:19 +0100 Subject: Add ssh-command setting Patch by Lars Kruse. --- test-sftpfs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-sftpfs') diff --git a/test-sftpfs b/test-sftpfs index 52f7e369..6a7b9b93 100755 --- a/test-sftpfs +++ b/test-sftpfs @@ -49,6 +49,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests): 'ssh-key': '', 'strict-ssh-host-keys': False, 'ssh-known-hosts': os.path.expanduser('~/.ssh/known_hosts'), + 'ssh-command': None, } self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl, settings=settings) @@ -70,6 +71,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests): 'ssh-key': '', 'strict-ssh-host-keys': False, 'ssh-known-hosts': os.path.expanduser('~/.ssh/known_hosts'), + 'ssh-command': None, } fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl, settings=settings) fs.connect() -- cgit v1.2.1