> I think the big kicker is the difference between a session key (short
We don't use it for most long term keys, e.g. ssh host keys. That is
because even on high entropy systems /dev/random usually doesn't work
during distribution installation because the system has not run long
enough to collect significant entropy yet.
See also the distinction between "user controlled visible cryptography"
and "background cryptography" I introduced in a earlier mail on that
topic. gpg can only get away with it because they rely on a high level
of user education (so requiring banging on keys is ok), but that's
not really an option for your normal "everyday background crypto",
including longer term keys.
So yes it's a nice theory, but without using the available randomness
sources always it doesn't work.
Instead I think just both urandom and random should try to rely
on TPMs and other hardware rngs and always get high quality bit noise.
-Andi
--