https://bugzilla.mindrot.org/show_bug.cgi?id=3352
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- 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" -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
