https://bugs.kde.org/show_bug.cgi?id=400935
Bug ID: 400935 Summary: kdeconnect/sftp Can't browse files from Android Product: kdeconnect Version: 1.3.1 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: major Priority: NOR Component: common Assignee: albertv...@gmail.com Reporter: pospiech...@t-online.de Target Milestone: --- SUMMARY kdeconnect functionality OK, only browsing of files on Android fails. STEPS TO REPRODUCE 1. Request pairing on Android and accept on Linux KDE 2. Open kdeconnect icon and click on file symbol top right 3. Dolphin opens but file symbols point to non-existent paths. OBSERVED RESULT Dolphin opens but file symbols point to non-existent paths. EXPECTED RESULT Dolphin should display Android files. SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: Kubuntu 18.04.1 LTS (Bionic Beaver) (available in About System) KDE Plasma Version: 5.12.6 KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION $HOME/.xsession-errors shows the following messages. kdeconnect.plugin.sftp: Starting process: "sshfs kdeconnect@192.168.1.71:/ /run/user/1000/22bf47c85fbd71f8 -p 1745 -s -f -F /dev/null -o IdentityFile=/home/cp/.config/kdeconnect/privateKey.pem -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o HostKeyAlgorithms=ssh-dss -o uid=1000 -o gid=1000 -o reconnect -o ServerAliveInterval=30 -o password_stdin" QDBusAbstractAdaptor: Cannot relay signal SftpPlugin::packetReceived(NetworkPacket): Unregistered input type in parameter list: NetworkPacket kdeconnect.plugin.sftp: Process started kdeconnect.plugin.sftp: "motorola" "Remote filesystem mounted at /run/user/1000/22bf47c85fbd71f8" kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kio_kdeconnect.so' from launcher. kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/qt5/plugins/kio_kdeconnect.so' kdeconnect.kio: Setting host: "22bf47c85fbd71f8" kdeconnect.kio: Stat: QUrl("kdeconnect://22bf47c85fbd71f8") kdeinit5: Got EXT_EXEC '/usr/bin/dolphin' from launcher. kdeinit5: preparing to launch '/usr/bin/dolphin' kdeconnect.plugin.sftp: stdout: "Unable to negotiate with 192.168.1.71 port 1745: no matching host key type found. Their offer: ssh-rsa\r\nread: Connection reset by peer\n" QXcbConnection: XCB error: 3 (BadWindow), sequence: 10739, resource id: 111149056, major code: 18 (ChangeProperty), minor code: 0 QXcbConnection: XCB error: 3 (BadWindow), sequence: 10743, resource id: 111149057, major code: 18 (ChangeProperty), minor code: 0 kdeconnect.plugin.sftp: Process finished (exit code: 1 ) kdeconnect.plugin.sftp: "motorola" Remote filesystem unmounted kdeconnect.plugin.sftp: Unmount KProcess(0x559df009c890) This error message is different from Bug 38022 and 364571. Is there a key mismatch? USER QUESTION Why option -o HostKeyAlgorithms=ssh-dss in sftp command? See https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html and https://www.openssh.com/legacy.html. How to disable this option? -- You are receiving this mail because: You are watching all bug changes.