We are trying to define an AllowUsers rule like user@2001:xxx:xxx:xxx::/64 which works fine, but using a different subnet mask e.g. 2001:xxx:xxx:xxx::/53 leads to an error like: invalid AllowUsers pattern
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