> 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/de/knowledge-base/how-to-articles/create-and-use-ssh-key-dashboard-entry.md).

# SSH-Schlüssel-Dashboard-Eintrag erstellen und verwenden

Die ***SSH-Schlüssel-Dashboard***-Einträge von Remote Desktop Manager ermöglichen es Benutzern, ***authorized\_keys***-Dateien auf entfernten Computern einfach zu bearbeiten, was für die Verwendung öffentlicher SSH-Schlüssel erforderlich ist.

Verwandte Themen:

* [SSH-Schlüssel](/rdm/de/concepts/intermediate-concepts/ssh-key.md)
* [SSH-Schlüssel-Agent-Manager](/rdm/de/ribbon-menu-bar/tools/ssh-key-agent.md)
* [SSH-Schlüsselgenerator](/rdm/de/ribbon-menu-bar/tools/ssh-key-generator.md)

### Konfiguration

1. Erstellen Sie einen neuen Eintrag und wählen Sie ***SSH-Schlüssel-Dashboard*** unter ***Remote-Verwaltung*** aus.

![](https://cdnweb.devolutions.net/docs/RDMW4120_2024_3.png)

2. Geben Sie einen ***Namen*** ein, wählen Sie einen ***Ordner*** und legen Sie einen ***Host*** samt seiner Anmeldeinformationen fest. Klicken Sie auf ***Hinzufügen***.

![](https://cdnweb.devolutions.net/docs/RDMW4121_2024_3.png)

### Verwendung

Zusätzlich zur Bereitstellung einer Liste aller in den Host-Dateien enthaltenen SSH-Schlüssel ermöglichen ***SSH-Schlüssel-Dashboard***-Einträge Benutzern das ***Erstellen***, ***Bearbeiten***, ***Löschen***, ***Aktivieren*** und ***Deaktivieren*** sowie das Importieren bestimmter SSH-Schlüssel aus lokalen Dateien oder das Abrufen aus verknüpften Tresoren.

![](https://cdnweb.devolutions.net/docs/RDMW4123_2024_3.png)

Auf SSH-Schlüssel-Dashboards kann auch als Remote-Tools über die Registerkarte ***Makros/Skripte/Tools*** in den Einträgen ***SSH-Terminal***, ***SSH-Tunnel*** und ***SSH-Portweiterleitung*** zugegriffen werden.

![](https://cdnweb.devolutions.net/docs/RDMW4122_2024_3.png)

### Siehe auch

* [Devolutions Academy – Manage authorized keys with SSH Key dashboard entry](https://academy.devolutions.net/student/activity/2641873-manage-authorized-keys-with-ssh-key-dashboard-entry)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/create-and-use-ssh-key-dashboard-entry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
