zlacker

[parent] [thread] 0 comments
1. e12e+(OP)[view] [source] 2026-01-14 21:16:53
For ssh/shell - set up a regular user, and add capabilities via group membership and/or doas (or sudo).

You want to limit access to files (eg: regular user can't read /etc/shadow or write to /bin/doas or /bin/sh) - and maybe limit some commands (/bin/su).

[go to top]