> 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/fr/concepts/intermediate-concepts/ssh-key.md).

# Clé SSH

Une clé SSH est une paire de clés publique et privée utilisée par le protocole Secure Shell pour s'authentifier auprès de systèmes distants sans mot de passe.

Dans Remote Desktop Manager, gérez les clés SSH avec une entrée de clé SSH (générer, importer ou lier une clé locale) ou utilisez le générateur de clés SSH pour une création rapide. Pour une authentification transparente entre les sessions, le gestionnaire d'agent de clés peut conserver les clés en mémoire et vous pouvez activer le transfert d'agent de clés selon vos besoins.

#### Sujets connexes

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

#### Voir aussi

* [Configuring Git commit signing with Remote Desktop Manager](https://docs.devolutions.net/fr/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/fr/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.
