RFE: SSH DenyGroup Support

This is slight variation on Bug #640. I think Scott had a good idea, but I also agree with Jamie that it is not a standard method of implementation.

Instead, this same request could be implemented with the DenyGroups parameter in sshd_config:

This keyword can be followed by a list of group name patterns, separated by spaces. Login is disallowed for users whose primary group or supplementary group list matches one of the patterns. '*' and '?' can be used as wildcards in the patterns. Only group names are valid; a numerical group ID is not recognized. By default, login is allowed for all groups.

So, in order to implement this feature request, all Virtualmin would have to do is enable this group and add users to it.

Status: 
Closed (fixed)