From c867acf01d51a72454e5b0e90cd8e4435766f8fb Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Wed, 5 Feb 2025 17:16:18 +0100 Subject: [PATCH] F OpenNebula/one#5969: uses an available port (#3190) --- source/intro_release_notes/release_notes/whats_new.rst | 1 + .../end-user_web_interfaces/fireedge_sunstone.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/source/intro_release_notes/release_notes/whats_new.rst b/source/intro_release_notes/release_notes/whats_new.rst index 66f9f7588d..b865d3149b 100644 --- a/source/intro_release_notes/release_notes/whats_new.rst +++ b/source/intro_release_notes/release_notes/whats_new.rst @@ -21,6 +21,7 @@ FireEdge Sunstone - Removed Provision/Provider as application :ref:`FireEdge Sunstone `. - Architectural shift to Micro-Frontend as part of the Dynamic Tabs update :ref:`Sunstone development guide `. +- Guacamole VDI over SSH tunnel :ref:`Remote connections guide `. API and CLI ================================================================================ diff --git a/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst b/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst index 7585d996d8..0d66fd6d5b 100644 --- a/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst +++ b/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst @@ -528,6 +528,8 @@ The attributes described here indicate the available actions on each dialog on t | ``vm_group`` | VM groups section will be displayed. | +--------------------------+-----------------------------------------------------------------------------+ +.. _fireedge_remote_connections: + Remote connections ================================================================================ @@ -559,6 +561,7 @@ At the top of the console you can find the buttons for the following actions: - **Reconnect**: Reconnect the VNC console. - **Lock/Unlock**: Lock/Unlock the use of the keyboard and mouse. +.. note:: Sunstone does not connect directly to the VNC port, located in the VM template. Sunstone creates an SSH tunnel to the VNC port on any available port. OpenNebula RDP remote connection. --------------------------------------------------------------------------------