RDP
xfreerdp
xfreerdp /u:user /p:'pa$$word' /cert:ignore /v:<Win_IP> /dynamic-resolution +clipboardMake sure to put the password in 'single quotes'!
From a Tunnel:
From local tunnel to windows with RDP:
ssh user@<localhost> -L 1111:<target_ip>:3389From Localhost:
xfreerdp /u:user /v:localhost:12345 /dynamic-resolution +clipboardLast updated
Was this helpful?