| Summary: | Bug: SFTP://user@host doen't use SSH Keys, fish://user@host does | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Jeffrey <eljefedelito> |
| Component: | sftp | Assignee: | Andreas Schneider <asn> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | eljefedelito, frank78ac |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jeffrey
2010-05-05 20:53:34 UTC
Thanks for the bug report! I'll reassign to KIO/sftp. Maybe related to bug 236836. Thanks for the bug report. I think you have defined the identify files in your ~/.ssh/config file. Could you send me the file that I can look at it. Could you tell me which version of libssh you're using? > I think you have defined the identify files in your > ~/.ssh/config file. Could you send me the file that I can look at it. shell$ ls ~/.ssh/config ls: cannot access /home/eljefe/.ssh/config: No such file or directory But in the system's /etc/ssh/ssh_config file, I do have this set up: IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/dsa.home IdentityFile ~/.ssh/id_dsa IdentityFile ~/.ssh/id_rsa_SECURE IdentityFile ~/.ssh/client_rsnapshot > Could you tell me which version of libssh you're using? shell$ aptitude show libssh2-1 Package: libssh2-1 State: installed Automatically installed: yes Version: 1.2.5-1 Thanks, €l ]€f€ Copying the file /etc/ssh/ssh_config to ~/.ssh/config seems to have it working now, but I would still expect that the sftp:// KIO uses the system's settings (/etc/ssh/ssh_config) in addition to user settings (~/.ssh/config) Thanks for KDE! €l ]€f€ > seems to have it working now
...except that I get prompted for the key's passphrase with every directory change
I have created a fix that it remembers the password for the url lately. I have to check if this is in 4.4.3. I have created a ticket for the initial bug at http://dev.libssh.org/ticket/80 I'm improving this code at the moment. This should be fixed in the next libssh release. Please open a new bug report that the kio always prompts for the passphrase of the key. This needs to be address in KDE. > Please open a new bug report that the kio always prompts for the passphras Done, here at https://bugs.kde.org/show_bug.cgi?id=237162 Thanks again |