[dolphin] [Bug 488622] New: SFTP wildcards in ~/.ssh/config ignored
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon Jun 17 16:27:23 BST 2024
https://bugs.kde.org/show_bug.cgi?id=488622
Bug ID: 488622
Summary: SFTP wildcards in ~/.ssh/config ignored
Classification: Applications
Product: dolphin
Version: 24.05.0
Platform: NixOS
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: general
Assignee: dolphin-bugs-null at kde.org
Reporter: kyle at nocturnalnerd.xyz
CC: kfm-devel at kde.org
Target Milestone: ---
SUMMARY:
When using an ssh config like so:
```
host *user
IdentityFile ~/.ssh/user.id_rsa
host dev-webserver-user
hostname 10.0.0.4
```
dolphin doesn't parse the identity file
STEPS TO REPRODUCE:
1. Configure ssh config to use wildcard expansion
2. open sftp://host-webserver-user (ssh config alias)
OBSERVED RESULT:
dolphin will ask for username and password if it's enabled and will not use the
id file
EXPECTED RESULT:
the id file in the wildcard declaration should be used for auth
SOFTWARE/OS VERSIONS:
Linux/KDE Plasma: NixOS 24.11.20240524.bfb7a88 (Vicuña) x86_64 / plasmashell
5.27.11
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.116.0
Qt Version: 5.15.12
ADDITIONAL INFORMATION:
I normally run dolphin 23.08.5 but I manually ran 24.05.0 in a nix shell to
confirm this affected latest.
I found this reddit thread:
https://www.reddit.com/r/kde/comments/jy7ms3/dolphin_sftp_does_not_work_if_ssh_hosts_config/
But not bug report seemed to be made, or I couldn't find it after 5 minutes of
searching.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list