Summary: | ssh fail with generic "could not connect to host" error if key in known_hosts is wrong | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | lesto <lestofante88> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kdedev, kfm-devel, nate |
Priority: | NOR | ||
Version First Reported In: | 24.12.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | example error when connecting to host |
Description
lesto
2025-01-14 23:38:37 UTC
Could you attach a screenshot of the error dialog? Created attachment 177517 [details] example error when connecting to host alarm shared is defined as fish://alarm@192.168.178.234 Here's what I see when I try to replicate on Dolphin 24.12.2 or built from git-master 1. I chose a host key in ~/.ssh/known_hosts 2. changed some characters in the key 3. try to connect in Dolphin with fish://hostname There are *two* errors 1. The first one lets you know there's a fingerprint mismatch (a valid security warning) "The authenticity of host 'hostname (IP)' can't be established. xxx key fingerprint is... This key is not known by any other name" 2. The error you reported and is shown in the screenshot This is expected since the connection did indeed fail. What do you expect to see at this point? ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! 1. I chose ANOTHER host key in ~/.ssh/known_hosts 2. changed the ip 3. try to connect in Dolphin with fish://ip i get only ONE generic error as per screenshot |