# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.k9.io/key9-identity/ssh/installation-and-setup/key9-ssh-for-debian-12-bookworm-howto/6.-modifying-sudoers-optional.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
