RDP from linux to windows

6,911

Solution 1

FreeRDP introduced support for the new NLA versions in the v2.0.0-rc2 ( https://github.com/FreeRDP/FreeRDP/pull/4499/commits/8df96364f2d556d3dc34241de27fdb89c0d5bb42 )

It looks like Remmina also updated its FreeRDP library ( https://gitlab.com/Remmina/Remmina/issues/1513 )

So depending on your distro it might be fixed by updating your packages. Otherwise you can always compile Remmina from source yourself.

Solution 2

You can try to change security settings of connection from "negotiate" to "TLS" in Remmina or you can try VNC connect

Share:
6,911

Related videos on Youtube

Frans Henskens
Author by

Frans Henskens

Updated on September 18, 2022

Comments

  • Frans Henskens
    Frans Henskens over 1 year

    Many users in our office use a Linux VM to connect to the office's RDP server to work remotely.

    From March 2018 onwards a patch was progressively put out by Microsoft to address CVE-2018-0886, ultimately resulting in a final patch which no longer allows clients to connect without a specific flag being set.

    Since this patch went out, those of us using linux to connect are no longer able to.

    Previously most people used Remmina. I've tried KRDC. Both appear to be based on FreeRDP and fail to connect.

    Is there some configuration value I'm failing to set when attempting to connect? Is there another RDP client for linux that works with the current version of CredSSP?

    Thank you very much.

  • Frans Henskens
    Frans Henskens almost 6 years
    No dice on changing the handshake method, and I'm not in charge of infrastructure. Thanks for the tip though!
  • Frans Henskens
    Frans Henskens about 5 years
    Thanks eKKiM! In the end I had to uninstall Remmina and install Remmina Next. So, the problem was mine. As always.