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

funny0facer <funny0fa...@mail.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.g.r.hol...@gmail.com
                   |                            |, funny0fa...@mail.de
            Product|neon                        |kdeconnect
           Assignee|neon-b...@kde.org           |albertv...@gmail.com
            Version|unspecified                 |24.05.2
          Component|general                     |common

--- Comment #21 from funny0facer <funny0fa...@mail.de> ---
for me, it was solved by creating the file "/usr/local/bin/sshfs" with this
content:

```
#!/usr/bin/env bash

SSHFS_BIN="/usr/bin/sshfs"

if [[ "$1" =~ ^kdeconnect ]]; then
    "$SSHFS_BIN" "$@" -o HostKeyAlgorithms=+ssh-rsa -o
PubkeyAcceptedKeyTypes=+ssh-rsa
else
    "$SSHFS_BIN" "$@"
fi
```

this fix suggests to me, that kdeconnect needs to call sshfs in a different
way.
I am on Arch and the related packages have the following version:
kdeconnect 24.05.2-2
sshfs 3.7.3-2
kdeconnect App 1.31.1

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

Reply via email to