Skip to content

Commit

Permalink
F OpenNebula/one#6430: Typo errors
Browse files Browse the repository at this point in the history
Signed-off-by: dcarracedo <[email protected]>
  • Loading branch information
dcarracedo committed Jul 11, 2024
1 parent 4f8f4c8 commit 4204e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Accessing VM Console and Desktop

Sunstone provides several different methods to access your VM console and desktop: VNC, SPICE, RDP, VMRC, SSH, and ``virt-viewer``. If configured in the VM, these methods can be used to access the VM console through Sunstone. For some of those connections, we will need to start a new FireEdge server to establish the remote connection. This section shows how these different technologies can be configured and what each requirement is.

:ref:`FireEdge <fireedge_configuration>` automatically installs dependencies for Guacamole connectinos and VMRC proxy, which are necessary to use VNC, RDP, SSH, and VMRC.
:ref:`FireEdge <fireedge_configuration>` automatically installs dependencies for Guacamole connections and VMRC proxy, which are necessary to use VNC, RDP, SSH, and VMRC.

+-----------------+-------------------+---------------------+
| Connection | With FireEdge | Without FireEdge |
Expand Down Expand Up @@ -215,7 +215,7 @@ After that you can access the VM and configure the SSH service:
# Add user: username/password
root@<guest-VM>:~$ adduser <username>
.. note:: Guacamole SSH uses RSA encryption. Make sure the VM SSH accepts RSA, otherwise you need to explicitly enable it in the VM SSH configuration (HostkeyAlgorithms and PubkeyAcceptedAlgorithms set as '+ssha-rsa)
.. note:: Guacamole SSH uses RSA encryption. Make sure the VM SSH accepts RSA, otherwise you need to explicitly enable it in the VM SSH configuration (HostkeyAlgorithms and PubkeyAcceptedAlgorithms set as '+ssh-rsa)

.. _spice_ruby_sunstone:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Templates

- **VM Template Tab**: Users can see all their Templates, and perform updates and clones. From this tab, user can also instantiate a Virtual Machine. Also, the user can perform some managing operations over the templates, such as: change permissions, share and unshare, lock and unlock, and more.
- **Service Template Tab**: Admins can see all their Service Templates, create new ones and update existing templates. From this tab, admins can also instantiate services directly and perform different kinds of managing operations.
- **Virtual Routers Template Tab**: Admins can see all their Virtual Routers Templates, create new ones and update existing templates. From this tab, admins can also instantiate vritual routers directly and perform different kinds of managing operations.
- **Virtual Routers Template Tab**: Admins can see all their Virtual Routers Templates, create new ones and update existing templates. From this tab, admins can also instantiate virtual routers directly and perform different kinds of managing operations.
- **VM Groups Tab**: Admins can access all the VM groups defined in the OpenNebula instance, and perform managing operations such as updating, enabling/disabling, and more. Also, admins can create new VM groups from this tab.

Storage
Expand All @@ -70,7 +70,7 @@ Networks
Infrastructure
--------------------------------------------------------------------------------

- **Clusters Tab**: Users can see all their Clusters, and perfom managing operations such as updating and deleting.
- **Clusters Tab**: Users can see all their Clusters, and perform managing operations such as updating and deleting.
- **Hosts Tab**: Users can see all their Hosts, and perform managing operations such as enabling, disabling, and more. Also, users can create a new Host from this tab.
- **Zone Tab**: Users can see all their Zones and see all the information about a zone.

Expand Down

0 comments on commit 4204e1e

Please sign in to comment.