From 03185fa46c437f384236f594c42c48b5dd223e3f Mon Sep 17 00:00:00 2001 From: bengim <68807980+bengim@users.noreply.github.com> Date: Sun, 23 Aug 2020 13:35:56 +0400 Subject: [PATCH] possible fix for issue 204 - rng-tools config https://github.com/drduh/YubiKey-Guide/issues/204 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 915789b..4c445a6 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ a9ccf7b04ee317dbfc91518542301e2d60ebe205d38e80563f29aac7cd845ccb onerng_3.6-1_a $ sudo dpkg -i onerng_3.6-1_all.deb -$ echo "HRNGDEVICE=/dev/ttyACM0" | sudo tee /etc/default/rng-tools +$ echo "HRNGDEVICE=/dev/urandom" | sudo tee /etc/default/rng-tools ``` Plug in the device and restart rng-tools: