diff options
Diffstat (limited to 'ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks')
-rw-r--r-- | ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks index 2e7368a..773b064 100644 --- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks +++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks @@ -62,6 +62,11 @@ kexec-tools /bin/sed -i '' -e 's/#PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config /bin/sed -i '' -e 's/#ListenAddress 0.0.0.0/ListenAddress PRIIP/' /etc/ssh/sshd_config +# Install and enable rngd, to take advantage of HWRNG +yum install -y rngd +systemctl enable rngd +systemctl start rngd + # try to get access to the screen: #exec < /dev/tty6 > /dev/tty6 #chvt 6 |