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

# SSH-Konfiguration für die FIPS 140-2-Konformität von Remote Desktop Manager

Damit der SSH-Client von Remote Desktop Manager dem Standard FIPS 140-2 Anhang A entspricht, müssen Sie in den Optionen von Remote Desktop Manager bestimmte Konfigurationsänderungen vornehmen.

{% hint style="success" %}
Um konform zu sein, müssen Sie sicherstellen, dass nicht konforme Algorithmen deaktiviert sind. Überprüfen Sie dazu, dass die in den folgenden Screenshots NICHT angehakten Kästchen in der Client-Konfiguration deaktiviert sind.
{% endhint %}

{% hint style="warning" %}
Wir empfehlen die Verwendung dieser Einstellungen nur, wenn Sie sich in einer Umgebung befinden, die die Konformität mit FIPS 140-2 erfordert. Die meisten Benutzer sollten bei den Standardeinstellungen von Remote Desktop Manager bleiben und zusätzliche Cipher Suites nur aktivieren, wenn dies von ihren Servern gefordert wird.
{% endhint %}

{% hint style="info" %}
Diese Werte stammen aus der Microsoft-Dokumentation [FIPS140.2 annex A standard](https://docs.microsoft.com/en-us/cpp/linux/set-up-fips-compliant-secure-remote-linux-development?view=msvc-160)
{% endhint %}

1. Gehen Sie in Remote Desktop Manager zu ***Datei – Einstellungen – Typen – Terminal – Algorithmusunterstützung***.
2. Deaktivieren Sie im Tab ***Cipher***:
   * 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. Deaktivieren Sie im Tab ***Host key***:
   * 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. Deaktivieren Sie im Tab ***Kex***:
   * 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. Deaktivieren Sie im Tab ***MAC***:
   * 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. Klicken Sie auf ***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/de/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.
