Remote Desktop Guide - Foren-Ken/tech-journal GitHub Wiki

Incoming:

WINDOWS:

On Windows, to enable RDP it would be by opening the Control Panel, heading to “System and Security”, then finally heading to “System”. Here, open “Remote Settings” and turn on “Allow Remote Connections to this desktop”

LINUX:

Using xfreerdp, the following command can be used: “xfreerdp /v:IP-ADDRESS /u:USERNAME /p:PASSWORD /cert-ignore”.. The /cert-ignore is used when connecting to a Windows device with an non-trusted cert.