Hi all, I have an Azure Ubuntu VM running and I am connected via SSH & putty. I did the https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop steps but cant access the Ubuntu VM via Remote Desktop
sudo netstat -plnt | grep rdp
tcp6 0 0 ::1:3350 ::: LISTEN 10012/xrdp-sesman
tcp6 0 0 :::3389 ::: LISTEN 10039/xrdp
Any suggestions?
Thx