alexander-naumov/pam2control

Support for POSIX group

alexander-naumov opened this issue · 2 comments

Right now it is possible to set acces rule for specific user: ssh open user boby
Would be nice to have support of POSIX group, what could make it possible to set access rules for group of users.

Now it is possible to define group of users by using group parameter in the config file.
You have to define name of group and not the gid. Tested on Debian 9 "Stretch".

Example:

sshd close user root
sshd open group devel

Tested on openSUSE. It works well.