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

(-)ssh_config.5.orig (+19 lines)
Lines 1469-1474 Link Here
1469
the following entry (in authorized_keys) could be used:
1469
the following entry (in authorized_keys) could be used:
1470
.Pp
1470
.Pp
1471
.Dl from=\&"!*.dialup.example.com,*.example.com\&"
1471
.Dl from=\&"!*.dialup.example.com,*.example.com\&"
1472
.Pp
1473
If you use negations please keep in mind that you've to
1474
make sure that the set you operate on is not empty.
1475
Otherwise the intended match will be applied to an empty
1476
set which will never match.
1477
.Pp
1478
For example
1479
.Pp
1480
.Dl Match Group *,!mygroup, User *,!root
1481
.Pp
1482
will match everyone except the members of
1483
.Dq mygroup
1484
and the
1485
.Dq root
1486
user, while omitting the
1487
.Sq *
1488
wildcard
1489
.Pq Match Group !mygroup, User !root
1490
will never match.
1472
.Sh FILES
1491
.Sh FILES
1473
.Bl -tag -width Ds
1492
.Bl -tag -width Ds
1474
.It Pa ~/.ssh/config
1493
.It Pa ~/.ssh/config

Return to bug 2262