mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-02 12:50:34 +00:00
upstream: minor grammar/sort fixes for refuseconnection; ok djm
OpenBSD-Commit-ID: 1c81f37b138b8b66abba811fec836388a0f3e6da
This commit is contained in:
parent
0c1165fc78
commit
f82e5e22ca
@ -33,7 +33,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.373 2024/09/15 01:18:26 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.374 2024/09/15 08:27:38 jmc Exp $
|
||||||
.Dd $Mdocdate: September 15 2024 $
|
.Dd $Mdocdate: September 15 2024 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -1326,8 +1326,8 @@ Available keywords are
|
|||||||
.Cm PubkeyAcceptedAlgorithms ,
|
.Cm PubkeyAcceptedAlgorithms ,
|
||||||
.Cm PubkeyAuthentication ,
|
.Cm PubkeyAuthentication ,
|
||||||
.Cm PubkeyAuthOptions ,
|
.Cm PubkeyAuthOptions ,
|
||||||
.Cm RekeyLimit ,
|
|
||||||
.Cm RefuseConnection ,
|
.Cm RefuseConnection ,
|
||||||
|
.Cm RekeyLimit ,
|
||||||
.Cm RevokedKeys ,
|
.Cm RevokedKeys ,
|
||||||
.Cm RDomain ,
|
.Cm RDomain ,
|
||||||
.Cm SetEnv ,
|
.Cm SetEnv ,
|
||||||
@ -1608,7 +1608,7 @@ Specifies how long to refuse clients that cause a crash of
|
|||||||
Specifies how long to refuse clients that disconnect after making one or more
|
Specifies how long to refuse clients that disconnect after making one or more
|
||||||
unsuccessful authentication attempts (default: 5s).
|
unsuccessful authentication attempts (default: 5s).
|
||||||
.It Cm refuseconnection:duration
|
.It Cm refuseconnection:duration
|
||||||
Specified how long to refuse clients that were administratively prohibited
|
Specifies how long to refuse clients that were administratively prohibited
|
||||||
connection via the
|
connection via the
|
||||||
.Cm RefuseConnection
|
.Cm RefuseConnection
|
||||||
option (default: 10s).
|
option (default: 10s).
|
||||||
@ -1775,7 +1775,7 @@ Indicates that
|
|||||||
should unconditionally terminate the connection.
|
should unconditionally terminate the connection.
|
||||||
Additionally, a
|
Additionally, a
|
||||||
.Cm refuseconnection
|
.Cm refuseconnection
|
||||||
penalty may be recorded against the source of the connection of
|
penalty may be recorded against the source of the connection if
|
||||||
.Cm PerSourcePenalties
|
.Cm PerSourcePenalties
|
||||||
are enabled.
|
are enabled.
|
||||||
This option is only really useful in a
|
This option is only really useful in a
|
||||||
|
Loading…
Reference in New Issue
Block a user