A SSH server is configured with the options below. Would the user sandra be allowed if she is a member of
students?
AllowGroups students
DenyUsers sandra
Oa. Yes, because the options are applied in the order they are written, so changing the order would affect
it
Ob. No, because the user sandra is explicitly denied, so she will not be allowed no matter the order
c. No, because sandra needs to belong the the group root to bypass the configuration
Od. Yes, because there is a line explicitly allowing the group students