Hi - I have successfully joined my Pi to a windows domain by following some good posts here. I am now able to login to desktop, ssh and rdp. Now, I want to restrict the access to the my Pi. I want only specific domain groups, users to access it.
Tried configuring the ssh_config but no luck since I have no idea what to put there.
Do i need to put:
1. AllowGroups DOMAIN\\domain_group? AllowUsers DOMAIN\\user
2. AllowGroups domain_group? AllowUsers user
(btw, my windbind separator is \\)
TIA