RDP
xfreerdp
xfreerdp /u:user /p:'pa$$word' /cert:ignore /v:<Win_IP> /dynamic-resolution +clipboard
Make 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>:3389
From Localhost:
xfreerdp /u:user /v:localhost:12345 /dynamic-resolution +clipboard
Last updated
Was this helpful?