# SSH Access

Enabling ssh access gives you access to the Kumu Enterprise [command line utilities](/enterprise/command-line-utilities.md).

You can enable ssh access by adding your public key to the list of authorized ssh keys at `<hostname>/enterprise/admin`. Once your key is in place, you can ssh into the appliance via `ssh admin@<hostname>`.

Mac users can use the command below to copy your key to the clipboard:

```
cat ~/.ssh/id_rsa.pub | pbcopy
```


---

# 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.kumu.io/enterprise/ssh-access.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.
