In my workplace, every IT employee has been provided 2 Windows VMs. So, although you use laptop, any actual is work is done from either of these 2 VMs which we call a Virtual desktop. Once logged into my Windows 10 laptop, I use remote desktop (RDP) connection to connect to my virtual desktop.
I am thinking of requesting a similair Virtual desktop but a Red Hat or Oracle Linux one with gnome desktop. From my laptop, I can just use putty to ssh to my virtual desktop. But, that will only take me to the command line of the this Linux VM. I want to connect to Linux VM's gnome GUI environment. Similair to the remote desktop (RDP) connection, what tool should I use to connect to my Linux VM's gnome GUI environment (from my Windows 10 work laptop)
SSH itself can do it. Just enable X Forwarding in the VM sshd configuration, then request forwarding in your client when connecting. AFAIK, Putty can be configured to request forwarding by default in SSH options.
I've used Apache Guacamole to access Windows and Linux via web browser, and i can say only the best about it.
Surprisingly fast and snappy HTML5 interface to access RDP, VNC and SSH clients from central place.