> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/concepts/intermediate-concepts/ssh-key.md).

# SSH key

An SSH key is a public and private key pair used by the Secure Shell protocol to authenticate to remote systems without passwords.

In Remote Desktop Manager, manage SSH keys with an SSH key entry (generate, import, or link a local key) or use the SSH key generator for quick creation. For seamless authentication across sessions, the key agent manager can hold keys in memory and you can enable key agent forwarding when needed.

#### Related topics

* [Configure an SSH key entry](https://docs.devolutions.net/rdm/kb/knowledge-base/entry-settings/configure-ssh-key-entry/)
* [Create and use SSH key dashboard entry](https://docs.devolutions.net/rdm/kb/how-to-articles/ssh-dashboard-entry/)
* [SSH key agent](https://docs.devolutions.net/rdm/commands/tools/key-agent-manager/)
* [SSH key generator](https://docs.devolutions.net/rdm/commands/tools/ssh-key/)
* [SSH Key Manager (local)](https://docs.devolutions.net/rdm/commands/tools/ssh-key-manager-local/)

#### See also

* [Configuring Git commit signing with Remote Desktop Manager](https://docs.devolutions.net/rdm/kb/how-to-articles/git-commit-rdm/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/concepts/intermediate-concepts/ssh-key.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.
