Bug 308799 - Incorrectly formatted error message for "Connection to host ... is broken."
Summary: Incorrectly formatted error message for "Connection to host ... is broken."
Status: RESOLVED DUPLICATE of bug 310645
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: sftp (show other bugs)
Version: 4.9.2
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Andreas Schneider
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 10:06 UTC by stgallag
Modified: 2012-12-08 17:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stgallag 2012-10-22 10:06:31 UTC
The formatting for the dialog is wrong. It seems that it is piping the information straight from SSH but it really only wants a hostname.

Reproducible: Always

Steps to Reproduce:
1. Go to almost any KDE app that prompts to open a file
2. Try to connect to an ssh server for which you don't have a key and there is no password authentication
3. This should either pop up or show up in the status bar
Actual Results:  
Connection to host The host key for this server was not found, but another type of key exists.
An attacker might change the default server key to confuse your client into thinking the key does not exist.
Please contact your system administrator.
 is broken.

Expected Results:  
"Connection to host ServerName is broken"
<<Details>>
The host key for this server was not found, but another type of key exists.
An attacker might change the default server key to confuse your client into thinking the key does not exist.
Please contact your system administrator.
Comment 1 Benni Hill 2012-12-08 17:20:52 UTC

*** This bug has been marked as a duplicate of bug 310645 ***