Curve25519DH creates a Random per invocation, which drains Entropy
hierynomus opened this issue · 0 comments
hierynomus commented
The Curve25519DH
KEX algorithm creates a new SecureRandom
per kex. This leads to a fast drain of entropy on low entropy virtual machines. Allow for the RandomFactory to be available so that you can use the preconfigured random of the SSHClient.