Bug 308799

Summary: Incorrectly formatted error message for "Connection to host ... is broken."
Product: [Frameworks and Libraries] kio Reporter: stgallag
Component: sftpAssignee: Andreas Schneider <asn>
Status: RESOLVED DUPLICATE    
Severity: minor CC: benni
Priority: NOR    
Version: 4.9.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***