Bugzilla – Attachment 3455 Details for
Bug 3216
Confusing error "host key ... has changed" when connecting to a server not offering matching host key types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not prefix "host key changed" message with potentially incorrect key type
bz3216.diff (text/plain), 523 bytes, created by
Damien Miller
on 2020-11-20 14:00:25 AEDT
(
hide
)
Description:
Do not prefix "host key changed" message with potentially incorrect key type
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2020-11-20 14:00:25 AEDT
Size:
523 bytes
patch
obsolete
>diff --git a/sshconnect.c b/sshconnect.c >index b6e5438..7a3d3f5 100644 >--- a/sshconnect.c >+++ b/sshconnect.c >@@ -1144,8 +1144,8 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, > */ > if (options.strict_host_key_checking != > SSH_STRICT_HOSTKEY_OFF) { >- error("%s host key for %.200s has changed and you have " >- "requested strict checking.", type, host); >+ error("Host key for %.200s has changed and you have " >+ "requested strict checking.", host); > goto fail; > } >
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:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3216
: 3455