Re: libssh2_session_handshake remains stuck

2021-06-23 Thread Simone Azzalin
Well, After looking at /dev/random, I noticed that it's not being updated as fast as /dev/urandom... So I just thought to force libgcrypt to use /dev/urandom. To do this I changed the libgcrypt configure file (lines 13082:13803) from *NAME_OF_DEV_RANDOM="/dev/random"**

Re: libssh2_session_handshake remains stuck

2021-06-23 Thread Peter Stuge
Hi Simone, Simone Azzalin wrote: > After looking at /dev/random, I noticed that it's not being updated as > fast as /dev/urandom... Please consider why that is so. > So I just thought to force libgcrypt to use /dev/urandom. Is /dev/urandom suitable for cryptography? > I recompiled all in a