Ask the OpenSSH guys - if your OpenSSH portable is using RAND_BYTES,
well it could be using egd and all other sorts of interesting things.

You could try to change your link order instead to use the arc4random
implementation from libressl - which will work for you.


On Fri, Jul 11, 2014 at 6:19 PM, Hanno Böck <[email protected]> wrote:
> On Fri, 11 Jul 2014 18:12:49 -0600
> Bob Beck <[email protected]> wrote:
>
>> You need a more recent OpenSSH. The old versions of OpenSSH did a
>> foolish thing with their portable arc4random, and
>> called RAND_BYTES.
>>
>> New OpenSSH does not do this.
>
> I use 6.6p1 which is the latest available.
>
> --
> Hanno Böck
> http://hboeck.de/
>
> mail/jabber: [email protected]
> GPG: BBB51E42

Reply via email to