Guest User

Untitled

a guest
Oct 21st, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. deb:
  2. =====
  3. [root@pi /]# rngd --help
  4. Usage: rngd [OPTION...]
  5. Check and feed random data from hardware device to kernel entropy pool.
  6.  
  7. -b, --background Become a daemon (default)
  8. -d, --no-drng=1|0 Do not use drng as a source of random number input
  9. (default: 0)
  10. -f, --foreground Do not fork and become a daemon
  11. -n, --no-tpm=1|0 Do not use tpm as a source of random number input
  12. (default: 0)
  13. -o, --random-device=file Kernel device used for random number output
  14. (default: /dev/random)
  15. -p, --pid-file=file File used for recording daemon PID, and multiple
  16. exclusion (default: /var/run/rngd.pid)
  17. -q, --quiet Suppress error messages
  18. -r, --rng-device=file Kernel device used for random number input
  19. (default: /dev/hwrng)
  20. -s, --random-step=nnn Number of bytes written to random-device at a time
  21. (default: 64)
  22. -v, --verbose Report available entropy sources
  23. -W, --fill-watermark=n Do not stop feeding entropy to random-device until
  24. at least n bits of entropy are available in the
  25. pool (default: 2048), 0 <= n <= 4096
  26. -?, --help Give this help list
  27. --usage Give a short usage message
  28. -V, --version Print program version
  29.  
  30. Mandatory or optional arguments to long options are also mandatory or optional
  31. for any corresponding short options.
  32.  
  33. Report bugs to Jeff Garzik <[email protected]>.
  34.  
  35.  
  36. arch:
  37. =====
  38. [root@pikvm ~]# rngd --help
  39. Usage: rngd [OPTION...]
  40. Check and feed random data from hardware device to kernel entropy pool.
  41.  
  42. -b, --background Become a daemon (default)
  43. -d, --debug Enable debug output
  44. -D, --drop-privileges=user:group
  45. Drop privileges to a user and group specified
  46. -e, --entropy-count=n Number of entropy bits to support (default: 8), 1
  47. <= n <= 8
  48. -f, --foreground Do not fork and become a daemon
  49. -i, --ignorefail Ignore repeated fips failures
  50. -l, --list List the operational entropy sources on this
  51. system and exit
  52. -n, --include=n Enable the numbered entropy source specified
  53. -o, --random-device=file Kernel device used for random number output
  54. (default: /dev/random)
  55. -O, --option=options rng specific options in the form source:key:value
  56. -p, --pid-file=file File used for recording daemon PID, and multiple
  57. exclusion (default: /var/run/rngd.pid)
  58. -q, --quiet Suppress all messages
  59. -r, --rng-device=file Kernel device used for random number input
  60. (default: /dev/hwrng)
  61. -R, --force-reseed=n Time in seconds to force adding entropy to the
  62. random device
  63. -s, --random-step=nnn Number of bytes written to random-device at a time
  64. (default: 64)
  65. -t, --test Enter test mode and report entropy production
  66. rates
  67. -u, --use-slow-sources Always gather entropy from sources considered as
  68. "slow" too
  69. -W, --fill-watermark=n Do not stop feeding entropy to random-device until
  70. at least n bits of entropy are available in the
  71. pool (default: 3/4 of poolsize), 0 <= n <= 256
  72. -x, --exclude=n Disable the numbered entropy source specified
  73. -?, --help Give this help list
  74. --usage Give a short usage message
  75. -v, --version List rngd version
  76.  
  77. Mandatory or optional arguments to long options are also mandatory or optional
  78. for any corresponding short options.
  79.  
  80. Report bugs to Neil Horman <[email protected]>.
Advertisement
Add Comment
Please, Sign In to add comment