[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:31 UTC 2016


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

The following commit has been merged in the master branch:
commit 36e62891ca8062344d01c53d7dc5c91cb699690b
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sat Jan 2 12:30:50 2016 -0800

    This syntax also works on older OpenSSH versions.
    
    Like the one that Ubuntu distributes
    
    BUG: 355015
---
 plugins/sftp/mounter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
index 6eebc7b..cadf78b 100644
--- a/plugins/sftp/mounter.cpp
+++ b/plugins/sftp/mounter.cpp
@@ -123,7 +123,7 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
         << "-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
-        << "-o" << "HostKeyAlgorithms=+ssh-dss"; //https://bugs.kde.org/show_bug.cgi?id=351725
+        << "-o" << "HostKeyAlgorithms=ssh-dss"; //https://bugs.kde.org/show_bug.cgi?id=351725
 
     m_proc->setProgram(program, arguments);
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list