| Summary: | Kio fail to connect to SFTP and S3 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kio-extras | Reporter: | e |
| Component: | SFTP | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | gaaf |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
e
2024-11-05 10:08:07 UTC
After investigating more, the SFTP connection fails when using an ssh config Host entry that contains an underscore (_) (In reply to e from comment #1) > After investigating more, the SFTP connection fails when using an ssh config > Host entry that contains an underscore (_) It should not crash, but underscores(_) are not valid in hostnames. Better change them to dash(-) or something else. |