Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
2bbfe9c8
Commit
2bbfe9c8
authored
Jul 27, 2021
by
Francesc Guasch
Browse files
doc: network management
issue #1305
parent
a320e0c0
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/docs/Disable_spice_password.rst
View file @
2bbfe9c8
...
...
@@ -2,20 +2,29 @@ Disable Spice Password
======================
When the users start a virtual machine, a password is defined for the spice connection.
This can be disabled for a given network.
This can be disabled for a given network
or in the main settings
.
Unfortunately this settings must be configured directly through SQL commands. There is
still no GUI section for this.
If you want to disable Spice passwords for all the virtual machines in all the networks,
disable it in *Admin Tools* , then *Settings*. The option is *Display Password*.
Follow the next guide if you want to disable the display password only for clients
that access from some networks.
Define the network
------------------
Define a network with no password setting the requires_password field to 0:
Choose the *Admin Tools* option *Networks*. Create a new network and enable the settings
that suit you best.
.. figure:: images/new_network.jpg
:alt: New network form
New network form
.. prompt:: bash #,(env)... auto
Set a name for this network definition, you may want to allow access without
client password. Enable *all machines* so users from this network can access the
virtual machines.
mysql -u root -p ravada
mysql> insert into networks (name, address, requires_password) values ('classroom','10.0.68.0/24', 0);
Applying settings
-----------------
...
...
@@ -35,4 +44,4 @@ Why is that ?
Ravada opens SPICE connections and manages iptables to make sure no one can
connect to another user's virtual machine. This is also enforced through the
password setting. Please consider disabling it only in controlled, seat-unique ip
environments.
environments.
Configuring SPICE-TLS is recommended.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment