| Summary: | SFTP Authentication failed | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kio-extras | Reporter: | Zeno Endemann <zeno.endemann> |
| Component: | SFTP | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | bugs.kde.org, linus.kardell, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Zeno Endemann
2022-01-19 13:01:28 UTC
I'm also having this problem when connecting to some computers with the sftp kioslave on openSUSE Tumbleweed. For one of them, I had two identity files mapped in the ssh config, and sftp:// would only try the first one. Oddly, it still only tries the first one, even if I remove it from the SSH config, so I guess it caches it somewhere. For another one, sftp:// tries a whole bunch of different keys set for that host (but mapped to the same HostName with a different Port). Please file at https://www.libssh.org/ config parsing is done inside the library. (In reply to Harald Sitter from comment #2) > Please file at https://www.libssh.org/ config parsing is done inside the > library. Why do you think this is a config parsing problem? The ssh config seems to be read fine when using fish (or when connecting to remote sftp servers), why would that fail just for my laptop config? Also, is it common here to just close an issue because the root cause might be coming from a used library? I know this is open source, I'm not entitled for anyone here to fix my issue, but it does give the impression that bug reports are not welcome here. |