[Konsole-devel] [konsole] [Bug 331429] New: Tab title for SSH connections does not display username (%u) when using .ssh/config data

Lassi Väätämöinen lassi.vaatamoinen at gmail.com
Sun Feb 23 09:58:52 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=331429

            Bug ID: 331429
           Summary: Tab title for SSH connections does not display
                    username (%u) when using .ssh/config data
    Classification: Unclassified
           Product: konsole
           Version: 2.12.1
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: tabbar
          Assignee: konsole-devel at kde.org
          Reporter: lassi.vaatamoinen at gmail.com

The tab title does not display username, but just empty braces "()" when
connection information is taken from .ssh/config file. Tab title format is the
default (%u) %H.

Without looking at the source code, it looks like Konsole is just parsing the
command line for the user info, and now that the data is not available there,
the username is not used for tab title.

Reproducible: Always

Steps to Reproduce:
1. create a .ssh/config host entry that contains username:

Host <hostname to use on commandline>
        HostName <ssh server full address>
        User <username>


2. Open Konsole 
3. 'ssh <hostname to use on commandline>'
4. Observe the tab title
Actual Results:  
Tab title is "() <hostname to use on commandline>" 

Expected Results:  
Tab title should be "(<username>) <hostname to use on commandline>"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list