Bugzilla – Attachment 3159 Details for
Bug 2400
Fully refuse changed hostkeys when StrictHostKeyChecking=no
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flip meaning of StrictHostKeyChecking=no
bz2400.diff (text/plain), 506 bytes, created by
Damien Miller
on 2018-06-08 13:49:32 AEST
(
hide
)
Description:
flip meaning of StrictHostKeyChecking=no
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2018-06-08 13:49:32 AEST
Size:
506 bytes
patch
obsolete
>diff --git a/readconf.c b/readconf.c >index 256e81d..8e40348 100644 >--- a/readconf.c >+++ b/readconf.c >@@ -746,7 +746,7 @@ static const struct multistate multistate_strict_hostkey[] = { > { "true", SSH_STRICT_HOSTKEY_YES }, > { "false", SSH_STRICT_HOSTKEY_OFF }, > { "yes", SSH_STRICT_HOSTKEY_YES }, >- { "no", SSH_STRICT_HOSTKEY_OFF }, >+ { "no", SSH_STRICT_HOSTKEY_NEW }, > { "ask", SSH_STRICT_HOSTKEY_ASK }, > { "off", SSH_STRICT_HOSTKEY_OFF }, > { "accept-new", SSH_STRICT_HOSTKEY_NEW },
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 2400
:
2682
|
2794
|
3049
| 3159