How to RDP Into a Proxmox VM Securely Using SSH Tunneling
A developer running an Ubuntu Desktop VM on Proxmox found a way to access it via RDP without exposing port 3389 to the local network. The approach uses SSH port forwarding to tunnel RDP traffic through an already-trusted SSH connection to the Proxmox host. On the VM, xrdp is installed as usual, while the laptop's SSH config is set up with a LocalForward directive that maps local port 3389 to the VM's port 3389. Once the SSH tunnel is active, the RDP client connects to localhost:3389 with all traffic encrypted inside the SSH session. Users are advised to assign the VM a static IP or DHCP reservation, as a dynamic IP change after reboot would break the tunnel configuration.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in