$OpenBSD: patch-duplicity_globals_py,v 1.2 2014/11/14 07:49:33 brad Exp $
Switch the default ssh backend from paramiko to pexpect.
--- duplicity/globals.py.orig	Fri May  9 09:27:41 2014
+++ duplicity/globals.py	Sat Aug  9 00:18:15 2014
@@ -231,8 +231,8 @@ sftp_command = None
 # default to batch mode using public-key encryption
 ssh_askpass = False
 
-# default ssh backend is paramiko
-ssh_backend = "paramiko"
+# default ssh backend is pexpect
+ssh_backend = "pexpect"
 
 # user added ssh options
 ssh_options = ""
