search for: entropy_sourc

Displaying 2 results from an estimated 2 matches for "entropy_sourc".

Did you mean: entropy_sources
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other systems , too
...- it works for me and my ssh_prng_cmds, YMMV: *** entropy.c.orig Tue May 2 01:56:41 2000 --- entropy.c Fri May 12 15:25:57 2000 *************** *** 225,233 **** --- 225,238 ---- } else { /* FIXME: turn this off later */ #if 1 + if (entropy_sources[c].args[2] != 0) debug("Command '%s %s %s' disabled (badness %d)", entropy_sources[c].path, entropy_sources[c].args[1], entropy_sources[c].args[2], entropy_sources[c]....
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other sys tems, too
...o > > Well spotted. Doh. No problem. I had to use the debug mode to find out why the X11 forwarding didn't work. Finally, the problem was in the client, though. > I think an even better way to fix this would be to save the string as > parsed from ssh_prng_cmds in the command's entropy_source_t, and print > that in debug messages. It's a tiny amount of memory for what is, as you > say, useful debugging info. Sure. I did look at the sources for the first time and do not know a lot of OpenSSH, yet. So, just go ahead and apply your suggested fix for the next release and we are a...