Bugzilla – Attachment 2510 Details for
Bug 2305
sshd does not accept @cert-authority when doing host based authentication.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tweak previous patch
debug-hostbased.diff (text/plain), 400 bytes, created by
Iain Morgan
on 2014-11-19 06:44:19 AEDT
(
hide
)
Description:
Tweak previous patch
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2014-11-19 06:44:19 AEDT
Size:
400 bytes
patch
obsolete
>diff --git a/sshconnect2.c b/sshconnect2.c >index 68f7f4f..af53148 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -1507,6 +1507,9 @@ userauth_hostbased(Authctxt *authctxt) > key_free(private); > return 0; > } >+ >+ debug("%s: trying hostkey type %s", __func__, key_type(private)); >+ > /* figure out a name for the client host */ > p = get_local_name(packet_get_connection_in()); > if (p == NULL) {
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
Actions:
View
|
Diff
Attachments on
bug 2305
:
2503
|
2507
|
2508
|
2509
| 2510