> 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/how-to-articles/ssh-configuration-for-remote-desktop-manager-fips-140-2-compliance.md).

# Configuración de SSH para el cumplimiento normativo FIPS 140-2 de Remote Desktop Manager

Para que el cliente SSH de Remote Desktop Manager cumpla con el estándar del anexo A de FIPS 140-2, debe aplicar cambios de configuración específicos en las opciones de Remote Desktop Manager.

{% hint style="success" %}
Para cumplir la normativa, debe asegurarse de que los algoritmos no conformes estén desactivados. Para ello, debe verificar que las casillas que NO están marcadas en las capturas de pantalla siguientes estén desactivadas en la configuración del cliente.
{% endhint %}

{% hint style="warning" %}
No recomendamos utilizar esta configuración salvo que se encuentre en un entorno que requiera el cumplimiento normativo de FIPS 140-2. La mayoría de los usuarios deberían mantener la configuración predeterminada de Remote Desktop Manager y habilitar conjuntos de cifrado adicionales solo si sus servidores lo requieren.
{% endhint %}

{% hint style="info" %}
Estos valores provienen de la documentación de Microsoft [estándar del anexo A de FIPS 140.2](https://docs.microsoft.com/en-us/cpp/linux/set-up-fips-compliant-secure-remote-linux-development?view=msvc-160)
{% endhint %}

1. En Remote Desktop Manager, vaya a ***Archivo – Configuración – Tipos – Terminal – Soporte de algoritmos***.
2. En la pestaña ***Cifrado***, desmarque:
   * Chacha20 Poly1305 (openssh.com)
   * Aes256 Gcm (openssh.com)
   * Aes128 Gmc (openssh.com)
   * Rijndael Cbc (lysator.liu.se)

     <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4861.png" alt=""><figcaption></figcaption></figure>
3. En la pestaña ***Clave de host***, desmarque:
   * Ssh Ed25519
   * X509v3 Sign Rsa
   * X509v3 Sign Rsa Sha256 (ssh.com)
   * Ssh Dss

     <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4862.png" alt=""><figcaption></figcaption></figure>
4. En la pestaña ***Kex***, desmarque:
   * Curve25519 Sha256
   * Curve25519 Sha256 (libssh.org)
   * Diffie Hellman Group16 Sha512
   * Diffie Hellman Group18 Sha512
   * Diffie Hellman Group14 Sha256
   * Diffie Hellman Group1 Sha1

     <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4863.png" alt=""><figcaption></figcaption></figure>
5. En la pestaña ***MAC***, desmarque:
   * Hmac Sha 1 96
   * Hmac Md5 96
   * Hmac Md5

     <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4864.png" alt=""><figcaption></figcaption></figure>
6. Haga clic en ***OK***.


---

# 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/how-to-articles/ssh-configuration-for-remote-desktop-manager-fips-140-2-compliance.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.
