Support for POSIX group
alexander-naumov opened this issue · 2 comments
alexander-naumov commented
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.
alexander-naumov commented
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
alexander-naumov commented
Tested on openSUSE. It works well.