Skip to content

Refactor ssh access agent

Created by: eesaanatluri

This PR builds on top of PR #136. Previously to block ssh access, user is put in nossh group by ssh_access agent. This new design will make use of group_member agent that is part of group management framework which adds/removes a user to/from a group list provided

Merge request reports