> For the complete documentation index, see [llms.txt](https://docs.k9.io/key9-identity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k9.io/key9-identity/ssh/installation-and-setup/key9-ssh-for-debian-12-bookworm-howto/6.-modifying-sudoers-optional.md).

# 6. Modifying "sudoers" \[optional]

If you are using Key9 for privileged access management, you'll want to configure sudo to use a Key9 group. In our example, within the Key9 web interface, we've created a group named `k9sudo`. Users who are members of this group will be able to become "root" on the system. This allows for centralized management of "root" users.   As root,  execute the following command.   Replace the example k9sudo with the name of your privilege group.&#x20;

`echo "%k9sudo ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/k9sudo`
