I understand that to allow a web user access to SSH, I have to open up /etc/ssh/sshd_config and manually add each username to the list and restart sshd.
I built a small custom bash script to create users, do other setup, etc. Is there a command to add each user to the AllowUsers list in sshd_config? This would be extremely helpful vs doing it manually all the time. Or if I delete a user, have it removed from the list automatically?