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

(-)ssh.1 (-1 / +1 lines)
Lines 592-598 Link Here
592
given after the keyword.
592
given after the keyword.
593
.Ql \&*
593
.Ql \&*
594
and
594
and
595
.Ql ?
595
.Ql \&?
596
can be used as wildcards in the
596
can be used as wildcards in the
597
patterns.
597
patterns.
598
A single
598
A single
(-)sshd.8 (-5 / +5 lines)
Lines 299-305 Link Here
299
group matches one of the patterns.
299
group matches one of the patterns.
300
.Ql \&*
300
.Ql \&*
301
and
301
and
302
.Ql ?
302
.Ql \&?
303
can be used as
303
can be used as
304
wildcards in the patterns.
304
wildcards in the patterns.
305
Only group names are valid; a numerical group ID isn't recognized.
305
Only group names are valid; a numerical group ID isn't recognized.
Lines 320-326 Link Here
320
match one of the patterns.
320
match one of the patterns.
321
.Ql \&*
321
.Ql \&*
322
and
322
and
323
.Ql ?
323
.Ql \&?
324
can be used as
324
can be used as
325
wildcards in the patterns.
325
wildcards in the patterns.
326
Only user names are valid; a numerical user ID isn't recognized.
326
Only user names are valid; a numerical user ID isn't recognized.
Lines 344-350 Link Here
344
aren't allowed to log in.
344
aren't allowed to log in.
345
.Ql \&*
345
.Ql \&*
346
and
346
and
347
.Ql ?
347
.Ql \&?
348
can be used as
348
can be used as
349
wildcards in the patterns.
349
wildcards in the patterns.
350
Only group names are valid; a numerical group ID isn't recognized.
350
Only group names are valid; a numerical group ID isn't recognized.
Lines 356-362 Link Here
356
Login is disallowed for user names that match one of the patterns.
356
Login is disallowed for user names that match one of the patterns.
357
.Ql \&*
357
.Ql \&*
358
and
358
and
359
.Ql ?
359
.Ql \&?
360
can be used as wildcards in the patterns.
360
can be used as wildcards in the patterns.
361
Only user names are valid; a numerical user ID isn't recognized.
361
Only user names are valid; a numerical user ID isn't recognized.
362
By default login is allowed regardless of the user name.
362
By default login is allowed regardless of the user name.
Lines 761-767 Link Here
761
patterns
761
patterns
762
.Pf ( Ql *
762
.Pf ( Ql *
763
and
763
and
764
.Ql ?
764
.Ql \&?
765
serve as wildcards).
765
serve as wildcards).
766
The list may also contain
766
The list may also contain
767
patterns negated by prefixing them with
767
patterns negated by prefixing them with

Return to bug 26532