[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2023-07-05 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=398574 Harald Sitter changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #13 from Andreas Schneider --- https://bugs.libssh.org/T105 -- You are receiving this mail because: You are watching all bug changes.

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #12 from Andreas Schneider --- There is a feature in OpenSSH which we don't implement yet. They check the known_hosts file for the keytype to the server we want to connect to. If there is one, then they put that at first position of the

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #11 from Andreas Schneider --- Ah, yes. libssh prefers ed25519 and OpenSSH prefers ecdsa. Host *.kde.org HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa Will give you the same order as

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #10 from Andreas Schneider --- Harald, the error you get is about libssh negotiated a ed25519 key with the server but then found a ecdsa key in the known_hosts file. I guess it works if you use ed25519 which I really would recommend over

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #9 from Harald Sitter --- Oh, and wouldn't it constitute a runtime-incompatible change in libssh if the old API failed to correctly handle keys it handled fine in 0.7? -- You are receiving this mail because: You are watching all bug

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #8 from Harald Sitter --- Still broken with new known_host API for me (libssh stable-0.8 and master alike). me@ajax:~/src/git/libssh/build$ examples/samplesftp racnoss.kde.org The host key for this server was not found but an other type of

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-19 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #7 from Andreas Schneider --- If KDE Neon can update KDE packages to a newer version, they should be able to update libssh too! -- You are receiving this mail because: You are watching all bug changes.

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-19 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #6 from Mykola Krachkovsky --- (In reply to Andreas Schneider from comment #5) > Oh sorry, this is about known_hosts. However in libssh 0.8 the known_hosts > API has been rewritten but kio_sftp is not using that yet. This will be > fixed

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-19 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #5 from Andreas Schneider --- Oh sorry, this is about known_hosts. However in libssh 0.8 the known_hosts API has been rewritten but kio_sftp is not using that yet. This will be fixed soon. My WIP branch is:

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-19 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #4 from Andreas Schneider --- This has been fixed upstream: https://git.libssh.org/projects/libssh.git/commit/?h=stable-0.8=a14a80f35fe600206373a757a7fb29c950aa7227 -- You are receiving this mail because: You are watching all bug

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-19 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=398574 Andreas Schneider changed: What|Removed |Added Assignee|plasma-b...@kde.org |a...@cryptomilk.org

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398574 Nate Graham changed: What|Removed |Added Status|NEEDSINFO |UNCONFIRMED Resolution|WAITINGFORINFO

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-14 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=398574 --- Comment #2 from Mykola Krachkovsky --- (In reply to Nate Graham from comment #1) > does this work if you delete the entry for the affected server in your > .known_hosts file? Oh, sorry, forgot to say, after `ssh-keygen -R ...` kio sftp connects

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398574 Nate Graham changed: What|Removed |Added CC||n...@kde.org Resolution|---

[kio-extras] [Bug 398574] KIO SFTP doesn't connect to some (ecdsa-sha2-nistp256 key) hosts with libssh 0.8

2018-09-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=398574 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de, |