Bugzilla – Attachment 2581 Details for
Bug 2368
ssh -v does not display the username which gets used to connect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Output remote username in debug output.
ssh-user.patch (text/plain), 580 bytes, created by
Darren Tucker
on 2015-04-13 18:43:25 AEST
(
hide
)
Description:
Output remote username in debug output.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2015-04-13 18:43:25 AEST
Size:
580 bytes
patch
obsolete
>Index: sshconnect.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshconnect.c,v >retrieving revision 1.260 >diff -u -p -r1.260 sshconnect.c >--- sshconnect.c 24 Mar 2015 01:11:12 -0000 1.260 >+++ sshconnect.c 13 Apr 2015 08:41:44 -0000 >@@ -1324,6 +1324,7 @@ ssh_login(Sensitive *sensitive, const ch > > /* key exchange */ > /* authenticate user */ >+ debug("Authenticating to %s:%d as '%s'", host, port, server_user); > if (compat20) { > ssh_kex2(host, hostaddr, port); > ssh_userauth2(local_user, server_user, host, sensitive);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2368
: 2581