Closed alexander-naumov closed 4 years ago
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.
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.