[Bug 2368] New: ssh -v does not display the username which gets used to connect

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Mar 18 22:47:56 AEDT 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2368

            Bug ID: 2368
           Summary: ssh -v does not display the username which gets used
                    to connect
           Product: Portable OpenSSH
           Version: 6.9p1
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: guettliml at thomas-guettler.de

Hi,

this command does not show which user name gets used:

ssh -v alias


if my ~/.ssh/config looks like this:

host alias
    hostname foo 
    user username_i_love_to_see

the connection goes to username_i_love_to_see at foo

It would help debugging if I could find "username_i_love_to_see" in the
output of "ssh -v alias".

It is not important, but a simple enhancement.

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


More information about the openssh-bugs mailing list