11
submitted 3 months ago by samuelinox@lemm.ee to c/kde@lemmy.kde.social

I have been trying to connect to a server using sftp from Dolphin. I unfortunately get the following error message:

kex error : no match for method server host key algo: server [ssh-dss], client [ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256]

The problem might be that the server uses the legacy ssh-dss for connections, which is disabled by openSSH. But while with ssh you may add the flag

-oHostKeyAlgorithms=+ssh-dss

to enable it’s use again, yet I can’t find any option to do the same in Dolphin. Is there any way to do this?

I’m on NixOS 24.05 with KDE Plasma 6.0.0 from the unstable branch.

top 3 comments
sorted by: hot top controversial new old
[-] Toes@ani.social 3 points 3 months ago

Does modifying ~/.ssh/config to contain the exception work?

Host somehost.example.org HostKeyAlgorithms +ssh-dss

Note, that whatever infrastructure you're working with urgently like a hole in the head needs to be patched. This isn't optional, at this point it's serious negligence. You wouldn't leave the office unlocked because the door got too old to lock? This is just as unacceptable, this needs addressed like today.

[-] samuelinox@lemm.ee 1 points 3 months ago* (last edited 3 months ago)

Hi, I tried that but it didn't work unfortunately.

Believe me, I tried to make them upgrade, but apparently the entire infrastructure runs on an ancient OpenVMS version and there is not much they can do without changing the entire thing (as they said)

[-] Strit@lemmy.linuxuserspace.show 1 points 3 months ago

Maybe you can set it somewhere in Konsole's SSH Config options.

this post was submitted on 08 Mar 2024
11 points (100.0% liked)

KDE

4452 readers
137 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS