diff -u4rN sshfs-fuse-1.6-etch/debian/changelog sshfs-fuse-1.6/debian/changelog
--- sshfs-fuse-1.6-etch/debian/changelog	2007-07-11 11:45:37.000000000 +0200
+++ sshfs-fuse-1.6/debian/changelog	2007-07-11 15:54:55.000000000 +0200
@@ -1,4 +1,11 @@
+sshfs-fuse (1.6-1.silencer1) unstable; urgency=low
+
+  * Added some more options from ssh_config(5) to sshfs.c, particularly to
+    allow selectively turning off ControlPath to avoid a shared session.
+
+ -- Fabian Pietsch <fabian@canvon.dyndns.org>  Wed, 11 Jul 2007 15:51:04 +0200
+
 sshfs-fuse (1.6-1) unstable; urgency=low
 
   * New upstream release.
     - fixes problem with saving files from GNOME apps. (Closes: #338496)
diff -u4rN sshfs-fuse-1.6-etch/sshfs.c sshfs-fuse-1.6/sshfs.c
--- sshfs-fuse-1.6-etch/sshfs.c	2006-03-09 20:10:42.000000000 +0100
+++ sshfs-fuse-1.6/sshfs.c	2007-07-11 11:54:34.000000000 +0200
@@ -198,17 +198,22 @@
     "Compression",
     "CompressionLevel",
     "ConnectionAttempts",
     "ConnectTimeout",
+    "ControlMaster",
+    "ControlPath",
     "GlobalKnownHostsFile",
     "GSSAPIAuthentication",
     "GSSAPIDelegateCredentials",
+    "GSSAPITrustDns",
+    "HashKnownHosts",
     "HostbasedAuthentication",
     "HostKeyAlgorithms",
     "HostKeyAlias",
     "HostName",
     "IdentityFile",
     "IdentitiesOnly",
+    "KbdInteractiveDevices",
     "LogLevel",
     "MACs",
     "NoHostAuthenticationForLocalhost",
     "NumberOfPasswordPrompts",
@@ -216,16 +221,20 @@
     "Port",
     "PreferredAuthentications",
     "ProxyCommand",
     "PubkeyAuthentication",
+    "RekeyLimit",
     "RhostsRSAAuthentication",
     "RSAAuthentication",
+    "SendEnv",
     "ServerAliveInterval",
     "ServerAliveCountMax",
+    "SetupTimeOut",
     "SmartcardDevice",
     "StrictHostKeyChecking",
     "TCPKeepAlive",
     "UsePrivilegedPort",
+    "User",
     "UserKnownHostsFile",
     "VerifyHostKeyDNS",
     NULL,
 };
