Hi Folks,
In order to use the Nitrokey Pro’s TRNG, I implemented a stupid systemd unit file (associated to a selfmade Gentoo ebuild) that uses scdrand tool from scdtools:
To use, after the scdrand installation with suid or CAP_SYS_ADMIN capabilities:
- copy the previous file into /etc/sysemd/user or /lib/systemd/user or, again, /usr/lib/systemd/user
- systemctl --user daemon-reload
- systemctl --user enable scdrand
- systemctl --user start scdrand
You can find the complete ebuild package here:
Enjoy
ciao
luigi