summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 6f38a260a..31ef3996d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.15 2003/03/28 10:11:43 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.16 2003/04/30 01:16:20 mouring Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -72,7 +72,7 @@ If specified, login is allowed only for users whose primary
72group or supplementary group list matches one of the patterns. 72group or supplementary group list matches one of the patterns.
73.Ql \&* 73.Ql \&*
74and 74and
75.Ql ? 75.Ql \&?
76can be used as 76can be used as
77wildcards in the patterns. 77wildcards in the patterns.
78Only group names are valid; a numerical group ID is not recognized. 78Only group names are valid; a numerical group ID is not recognized.
@@ -93,7 +93,7 @@ If specified, login is allowed only for user names that
93match one of the patterns. 93match one of the patterns.
94.Ql \&* 94.Ql \&*
95and 95and
96.Ql ? 96.Ql \&?
97can be used as 97can be used as
98wildcards in the patterns. 98wildcards in the patterns.
99Only user names are valid; a numerical user ID is not recognized. 99Only user names are valid; a numerical user ID is not recognized.
@@ -187,7 +187,7 @@ Login is disallowed for users whose primary group or supplementary
187group list matches one of the patterns. 187group list matches one of the patterns.
188.Ql \&* 188.Ql \&*
189and 189and
190.Ql ? 190.Ql \&?
191can be used as 191can be used as
192wildcards in the patterns. 192wildcards in the patterns.
193Only group names are valid; a numerical group ID is not recognized. 193Only group names are valid; a numerical group ID is not recognized.
@@ -199,7 +199,7 @@ by spaces.
199Login is disallowed for user names that match one of the patterns. 199Login is disallowed for user names that match one of the patterns.
200.Ql \&* 200.Ql \&*
201and 201and
202.Ql ? 202.Ql \&?
203can be used as wildcards in the patterns. 203can be used as wildcards in the patterns.
204Only user names are valid; a numerical user ID is not recognized. 204Only user names are valid; a numerical user ID is not recognized.
205By default, login is allowed for all users. 205By default, login is allowed for all users.