Linux Entropy: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://access.redhat.com/documentation/en-us/openshift_container_platform/3.7/html/day_two_operations_guide/day-two-run-once#day-two-guide-entropy =Internal=...") |
|||
Line 6: | Line 6: | ||
* [[Linux#Concepts|Linux]] | * [[Linux#Concepts|Linux]] | ||
=Overview= | |||
Linux applications use entropy to generate random numbers for objects such as IDs or SSL traffic. These operations wait until there is enough entropy to complete the task. Without enough entropy, the kernel is not able to generate these random numbers with sufficient speed, which can lead to timeouts and the refusal of secure connections. To check available entropy: | |||
cat /proc/sys/kernel/random/entropy_avail |
Latest revision as of 17:57, 7 February 2018
External
Internal
Overview
Linux applications use entropy to generate random numbers for objects such as IDs or SSL traffic. These operations wait until there is enough entropy to complete the task. Without enough entropy, the kernel is not able to generate these random numbers with sufficient speed, which can lead to timeouts and the refusal of secure connections. To check available entropy:
cat /proc/sys/kernel/random/entropy_avail