Limiting ssh user account only to access his home directory!
- by EBAGHAKI
By reading some tutorials online I used these commands:
Make a local group: net localgroup CopsshUsers /ADD
Deny access to this group at top level: cacls c:\ /c /e /t /d CopsshUsers
Open access to the copSSH installation directory: cacls copssh-inst-dir /c /e /t /r CopsshUsers
Add Copssh user to the group above: net localgroup…