[Bug 3352] subnet mask invalid in pattern matching
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Oct 8 10:30:03 AEDT 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3352
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
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 at 2001::/53' | grep
allowusers
allowusers user at 2001::/53
$ sudo /usr/sbin/sshd -T -o 'AllowUsers user at 2001::1/53'
command-line line 0: invalid AllowUsers pattern: "user at 2001::1/53"
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list