OhReally
New member
When I enable ssh access for a user, an 'AllowUsers' line is appended to sshd_config. This breaks my sshd configuration, because the last part of sshd_config is reserved for 'Match' sections, so the AllowUsers line should be inserted before the first line that starts with 'Match', if any; 'Match' sections continue to the next 'Match' section or the end of the file.
See `man sshd_config' for more info.
See `man sshd_config' for more info.