You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
diff --git a/sshd_config.5 b/sshd_config.5 |
|
index 2320128..6244e68 100644 |
|
--- a/sshd_config.5 |
|
+++ b/sshd_config.5 |
|
@@ -120,6 +120,8 @@ The allow/deny directives are processed in the following order: |
|
.Cm DenyGroups , |
|
and finally |
|
.Cm AllowGroups . |
|
+All of the specified user and group tests must succeed, before user |
|
+is allowed to log in. |
|
.Pp |
|
See PATTERNS in |
|
.Xr ssh_config 5 |
|
@@ -160,6 +162,8 @@ The allow/deny directives are processed in the following order: |
|
.Cm DenyGroups , |
|
and finally |
|
.Cm AllowGroups . |
|
+All of the specified user and group tests must succeed, before user |
|
+is allowed to log in. |
|
.Pp |
|
See PATTERNS in |
|
.Xr ssh_config 5 |
|
@@ -430,6 +434,8 @@ The allow/deny directives are processed in the following order: |
|
.Cm DenyGroups , |
|
and finally |
|
.Cm AllowGroups . |
|
+All of the specified user and group tests must succeed, before user |
|
+is allowed to log in. |
|
.Pp |
|
See PATTERNS in |
|
.Xr ssh_config 5 |
|
@@ -449,6 +455,8 @@ The allow/deny directives are processed in the following order: |
|
.Cm DenyGroups , |
|
and finally |
|
.Cm AllowGroups . |
|
+All of the specified user and group tests must succeed, before user |
|
+is allowed to log in. |
|
.Pp |
|
See PATTERNS in |
|
.Xr ssh_config 5
|
|
|