https://bugs.kde.org/show_bug.cgi?id=355015

--- Comment #11 from Johannes Studt <johan...@studt.de> ---
It seems that it's only a typo or a changed options behavior:

The kde-connectd logs the following:
kdeconnect.plugin.sftp: Starting process:  "sshfs kdeconnect@192.168.100.156:/
/home/hannes/.config/kdeconnect/84fcee1e9e170ea7/kdeconnect_sftp/84fcee1e9e170ea7
-p 1739 -f -o IdentityFile=/home/hannes/.config/kdeconnect/privateKey.pem -o
StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o
HostKeyAlgorithms=+ssh-dss"
kdeconnect.plugin.sftp: stdout: "command-line line 0: Bad protocol 2 host key
algorithms '+ssh-dss'.\r\nread: Connection reset by peer\n"

When I try to issue this command manually I get the same error:
hannes@gurkenkiste:~> sshfs kdeconnect@192.168.100.156:/
/home/hannes/.config/kdeconnect/84fcee1e9e170ea7/kdeconnect_sftp/84fcee1e9e170ea7
-p 1739 -f -o IdentityFile=/home/hannes/.config/kdeconnect/privateKey.pem -o
StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o
HostKeyAlgorithms=+ssh-dss
command-line line 0: Bad protocol 2 host key algorithms '+ssh-dss'.
read: Connection reset by peer

Then I tried it without the plus sign like this:
hannes@gurkenkiste:~> sshfs kdeconnect@192.168.100.156:/
/home/hannes/.config/kdeconnect/84fcee1e9e170ea7/kdeconnect_sftp/84fcee1e9e170ea7
-p 1739 -f -o IdentityFile=/home/hannes/.config/kdeconnect/privateKey.pem -o
StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o
HostKeyAlgorithms=ssh-dss
Warning: Permanently added '[192.168.100.156]:1739' (DSA) to the list of known
hosts.

And it worked.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to