View | Details | Raw Unified | Return to bug 550
Collapse All | Expand All

(-)sshd.8 (-3 / +3 lines)
Lines 431-441 of the remote host must be present in th Link Here
431
patterns
431
patterns
432
.Pf ( Ql *
432
.Pf ( Ql *
433
and
433
and
434
.Ql ?
434
.Ql \&?
435
serve as wildcards).
435
serve as wildcards).
436
The list may also contain
436
The list may also contain
437
patterns negated by prefixing them with
437
patterns negated by prefixing them with
438
.Ql ! ;
438
.Ql \&! ;
439
if the canonical host name matches a negated pattern, the key is not accepted.
439
if the canonical host name matches a negated pattern, the key is not accepted.
440
The purpose
440
The purpose
441
of this option is to optionally increase security: public key authentication
441
of this option is to optionally increase security: public key authentication
Lines 529-535 wildcards); each pattern in turn is matc Link Here
529
name (when authenticating a client) or against the user-supplied
529
name (when authenticating a client) or against the user-supplied
530
name (when authenticating a server).
530
name (when authenticating a server).
531
A pattern may also be preceded by
531
A pattern may also be preceded by
532
.Ql !
532
.Ql \&!
533
to indicate negation: if the host name matches a negated
533
to indicate negation: if the host name matches a negated
534
pattern, it is not accepted (by that line) even if it matched another
534
pattern, it is not accepted (by that line) even if it matched another
535
pattern on the line.
535
pattern on the line.
(-)sshd_config.5 (-4 / +4 lines)
Lines 72-78 If specified, login is allowed only for Link Here
72
group or supplementary group list matches one of the patterns.
72
group or supplementary group list matches one of the patterns.
73
.Ql \&*
73
.Ql \&*
74
and
74
and
75
.Ql ?
75
.Ql \&?
76
can be used as
76
can be used as
77
wildcards in the patterns.
77
wildcards in the patterns.
78
Only group names are valid; a numerical group ID is not recognized.
78
Only group names are valid; a numerical group ID is not recognized.
Lines 93-99 If specified, login is allowed only for Link Here
93
match one of the patterns.
93
match one of the patterns.
94
.Ql \&*
94
.Ql \&*
95
and
95
and
96
.Ql ?
96
.Ql \&?
97
can be used as
97
can be used as
98
wildcards in the patterns.
98
wildcards in the patterns.
99
Only user names are valid; a numerical user ID is not recognized.
99
Only user names are valid; a numerical user ID is not recognized.
Lines 187-193 Login is disallowed for users whose prim Link Here
187
group list matches one of the patterns.
187
group list matches one of the patterns.
188
.Ql \&*
188
.Ql \&*
189
and
189
and
190
.Ql ?
190
.Ql \&?
191
can be used as
191
can be used as
192
wildcards in the patterns.
192
wildcards in the patterns.
193
Only group names are valid; a numerical group ID is not recognized.
193
Only group names are valid; a numerical group ID is not recognized.
Lines 199-205 by spaces. Link Here
199
Login is disallowed for user names that match one of the patterns.
199
Login is disallowed for user names that match one of the patterns.
200
.Ql \&*
200
.Ql \&*
201
and
201
and
202
.Ql ?
202
.Ql \&?
203
can be used as wildcards in the patterns.
203
can be used as wildcards in the patterns.
204
Only user names are valid; a numerical user ID is not recognized.
204
Only user names are valid; a numerical user ID is not recognized.
205
By default, login is allowed for all users.
205
By default, login is allowed for all users.

Return to bug 550