| Summary: | ip wildcard in known_hosts not functional | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kio-extras | Reporter: | Jiri Prchal <jiri.prchal> |
| Component: | SFTP | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | voidpointertonull+bugskdeorg |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jiri Prchal
2023-10-25 11:38:25 UTC
It's quite likely an upstream shortcoming as the SFTP KIO slave uses libssh which seems to neglect a lot of "convenience" features. For example what you want to achieve here could be also done with HostKeyAlias, but that isn't supported either. Apparently it doesn't use known_hosts2 by default, but surprisingly it supports the UserKnownHostsFile option, so you can request that to be also used in your SSH config file. |