This shows you the differences between two versions of the page.
isc:labs:11 [2024/12/15 19:56] florin.stancu |
isc:labs:11 [2024/12/17 10:25] (current) florin.stancu [00 [0p]. Users] |
||
---|---|---|---|
Line 16: | Line 16: | ||
sudo useradd -m -s /bin/bash blue | sudo useradd -m -s /bin/bash blue | ||
</code> | </code> | ||
+ | |||
+ | <note tip> | ||
+ | Pentru ca generarea de chei să meargă bine, trebuie instalat un serviciu de entropie suplimentară pentru RNG în VM: <code> | ||
+ | sudo apt-get install rng-tools | ||
+ | sudo systemctl status rng-tools # e pornit => TOTUL OK | ||
+ | </code> | ||
+ | </note> | ||
==== 01 [50p]. Pretty Good Privacy==== | ==== 01 [50p]. Pretty Good Privacy==== |