| Summary: | subnet mask invalid in pattern matching | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Lioh <lioh.moeller> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 8.8p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Lioh
2021-10-07 22:32:17 AEDT
Are you sure the values of xxx you have elided are actually a valid /53 subnet (ie all of the bits 54-128 are zero?). $ sudo /usr/sbin/sshd -T -o 'AllowUsers user@2001::/53' | grep allowusers allowusers user@2001::/53 $ sudo /usr/sbin/sshd -T -o 'AllowUsers user@2001::1/53' command-line line 0: invalid AllowUsers pattern: "user@2001::1/53" closing for lack of followup closing bugs resolved before openssh-8.9 |