[SCM] kdeconnect packaging branch, master, updated. upstream/1.0.1-206-gf661872

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 18:27:03 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=e971071

The following commit has been merged in the master branch:
commit e97107156b6c2555ccdc3dfe884edee246a44d66
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Sep 20 11:32:11 2016 +0200

    Ignore user config as it might cause our connection to fail
    
    BUG: 369098
---
 plugins/sftp/mounter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
index 375f073..ec289e8 100644
--- a/plugins/sftp/mounter.cpp
+++ b/plugins/sftp/mounter.cpp
@@ -121,6 +121,7 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
         << m_mountPoint
         << "-p" << np.get<QString>("port")
         << "-f"
+        << "-F" << "/dev/null" //Do not use ~/.ssh/config
         << "-o" << "IdentityFile=" + KdeConnectConfig::instance()->privateKeyPath()
         << "-o" << "StrictHostKeyChecking=no" //Do not ask for confirmation because it is not a known host
         << "-o" << "UserKnownHostsFile=/dev/null" //Prevent storing as a known host

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list