> 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/es/knowledge-base/knowledge-base-articles/entry-settings/pgp-key.md).

# Clave PGP

La entrada ***Clave PGP*** permite a los usuarios generar y almacenar de forma segura claves PGP, así como los metadatos y las credenciales relacionados, en Remote Desktop Manager.

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

#### General

<table><thead><tr><th width="161.199951171875">CONFIGURACIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Tipo de entrada</strong></td><td><p>Elija un método para recuperar las claves PGP pública y privada entre:</p><ul><li><strong>Fichero (local)</strong>: recupera las claves privada y pública de ficheros ubicados en el ordenador local.</li><li><strong>Datos incorporados</strong>: utiliza una clave generada por el <strong>generador de claves PGP</strong> integrado en Remote Desktop Manager.</li></ul></td></tr><tr><td><strong>Frase de contraseña</strong></td><td>Introduzca la frase de contraseña creada junto con las claves PGP; se utilizará para interactuar con su clave privada.</td></tr></tbody></table>

#### Nombre de inicio de sesión

<table data-header-hidden><thead><tr><th width="134.00006103515625"></th><th></th></tr></thead><tbody><tr><td><strong>Nombre de usuario</strong></td><td>Este nombre de usuario se utilizará al autenticarse en sesiones que usen la entrada de clave PGP como credenciales vinculadas.</td></tr><tr><td><strong>Contraseña</strong></td><td>Introduzca la contraseña asociada al nombre de usuario. Genere una contraseña o utilice el <a href="/pages/a7pdQGB5GEhqS5cor5v8">Generador de contraseñas</a>. La contraseña se puede mostrar u ocultar haciendo clic en el icono del ojo.</td></tr></tbody></table>


---

# 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/es/knowledge-base/knowledge-base-articles/entry-settings/pgp-key.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.
