summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-29 15:00:31 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-29 15:00:31 +0000
commit2dc2cc99246c9c77d6dbd042bbb7e79e60f7d367 (patch)
treeb5f72a8e00fa17f57c88a1a2f9370fc55ebe1baa /test-sftpfs
parentc5de2f4d08d94a4f8efcc15d22b41279eb667123 (diff)
downloadobnam-2dc2cc99246c9c77d6dbd042bbb7e79e60f7d367.tar.gz
implement --ssh-key setting for openssh authentication
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-sftpfs b/test-sftpfs
index c8ad2ae7..fca64d1c 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -44,6 +44,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
'pure-paramiko': False,
'create': True,
'sftp-delay': 0,
+ 'ssh-key': '',
}
self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl,
settings=settings)