Bugzilla – Attachment 3301 Details for
Bug 2627
Documentation update: semantic of ClientAliveCountMax 0 unclear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ban ClientAliveCountMax=0
bz2627.diff (text/plain), 465 bytes, created by
Damien Miller
on 2019-07-19 15:08:30 AEST
(
hide
)
Description:
ban ClientAliveCountMax=0
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2019-07-19 15:08:30 AEST
Size:
465 bytes
patch
obsolete
>diff --git a/sshd.c b/sshd.c >index 471ec0b..24e61d3 100644 >--- a/sshd.c >+++ b/sshd.c >@@ -1528,6 +1528,9 @@ main(int ac, char **av) > if (options.challenge_response_authentication) > options.kbd_interactive_authentication = 1; > >+ if (options.client_alive_count_max == 0) >+ fatal("Invalid ClientAliveCountMax value"); >+ > /* Check that options are sensible */ > if (options.authorized_keys_command_user == NULL && > (options.authorized_keys_command != 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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2627
: 3301