RDP unable to connect Remmina/Ubuntu 14.04

29,539

Solution 1

Open Remmina. Right click the malfuntioning connection and click edit. Under the Advanced tab set Security -> RDP.

Solution 2

Check ~/.freerdp/known_hosts , you will see such entries

192.1.1.2 68:27:e2:b7:98:f2:98:6e:fa:42:8e:b7:XX:XX:XX:XX:XX:XX

It has Fingerprint along with your IP address which might get expired and new needs to be generated.

and delete the entry having the IP Address you want to connect to. Save the file and connect again.

By deleting and making a connection again, it will create new and it should work

Share:
29,539

Related videos on Youtube

mauib0y
Author by

mauib0y

Updated on September 18, 2022

Comments

  • mauib0y
    mauib0y over 1 year

    Remmina had been connecting to my RDP service for several months, until it just stopped. It will still connect by IP address. Ping confirms that the domain name resolves to the proper IP, and nothing has changed on the Windows 7 or 10 machines that use the same pathway. No updates have been recently installed that would account for the change in behavior. I agree that, since my users are up and function I could just ignore this, but it does make me curious as to why, and how to revert to the original functionality.

    BTW - I'm new to Ubuntu, but can generally follow detailed instructions fairly well.

    Thanks!

  • mauib0y
    mauib0y over 8 years
    Thanks - that works... I have no issues with moving the credential request to after the server connection is established rather than at the beginning of the string, but am curious as to why 'Negotiate' worked so well for so long.
  • vineeshvs
    vineeshvs over 4 years
    Where was this command used? Server or client?