RDP

xfreerdp

xfreerdp /u:user /p:'pa$$word' /cert:ignore /v:<Win_IP> /dynamic-resolution +clipboard

From a Tunnel:

From local tunnel to windows with RDP:

ssh user@<localhost> -L 1111:<target_ip>:3389

From Localhost:

xfreerdp /u:user /v:localhost:12345 /dynamic-resolution +clipboard

Last updated

Was this helpful?