Christoph Anton Mitterer
2024-Oct-12 13:18 UTC
[PATCH v2 0/1] document sshd_config "RefuseConnection" option values
Just a minor patch that documents the possible values and default for RefuseConnection. Cheers, Chris.
Christoph Anton Mitterer
2024-Oct-12 13:18 UTC
[PATCH] document sshd_config "RefuseConnection" option values
From: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name> Signed-off-by: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name> --- sshd_config.5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sshd_config.5 b/sshd_config.5 index dbed44f2a..1d9c2bf7f 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -1781,6 +1781,13 @@ are enabled. This option is only really useful in a .Cm Match block. +.Pp +The argument must be +.Cm yes +or +.Cm no . +The default is +.Cm no . .It Cm RekeyLimit Specifies the maximum amount of data that may be transmitted or received before the session key is renegotiated, optionally followed by a maximum -- 2.45.2
Seemingly Similar Threads
- [Bug 2572] New: dead sessions aren't closed despite ClientAlive enabled
- [Bug 2573] New: dead sessions cannot be closed with ~.
- [Bug 1663] sshd_config: AuthorizedKeysCommand
- [Bug 2289] New: arandom(4) as documented in sshd_config(5)’s ChrootDirectory option does not exist on all platforms
- [Bug 1663] sshd_config: AuthorizedKeysCommand