summaryrefslogtreecommitdiff
path: root/rngd-neug.sh
blob: 1c130b48a77ed1a7b7c10af9a634b9b0e8970d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/sh

  stty -F /dev/ttyACM0 raw -echo -parenb
  /usr/bin/rngd --fill-watermark=3680 \
    --include=hwrng --rng-device=/dev/ttyACM0 \
    --exclude=tpm \
    --exclude=rdrand \
    --exclude=darn \
    --exclude=nist \
    --exclude=jitter \
    --exclude=pkcs11 \
    --exclude=rtlsdr \
    --quiet

exit 0