4

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.

3 Answers3

3

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.

eKKiM
  • 1,483
  • 9
  • 22
3

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

Strepsils
  • 4,817
  • 9
  • 14
0

I just got a new Windows Server 2019 server to build up and had to access it using Remmina on Ubuntu 18.04. Default RDP settings did not work.

I found the setting to allow it to connect: Edit -> Advanced -> Security -> choose NLA.

My Remmina version is: 1.2.0-rcgit-29

Timothy C. Quinn
  • 299
  • 1
  • 2
  • 9