mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding entropy note
This commit is contained in:
parent
09442abbde
commit
a086e5ad35
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@ run:
|
|||
Do not supply a password for your keypair, and use a name that makes sense
|
||||
for your application. Be sure to back up your gpg directory someplace safe!
|
||||
|
||||
.. note::
|
||||
Unfortunately, there are some scenarios - for example, on virtual machines
|
||||
which don’t have real hardware - where insufficient entropy causes key
|
||||
generation to be extremely slow. If you come across this problem, you should
|
||||
investigate means of increasing the system entropy. On virtualised Linux
|
||||
systems, this can often be achieved by installing the rng-tools package.
|
||||
|
||||
To retrieve the public key:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue