Sergey Bugaev, le mar. 29 nov. 2022 09:22:20 +0300, a ecrit: > On Tue, Nov 29, 2022 at 7:34 AM Guy-Fleury Iteriteka > <gfle...@disroot.org> wrote: > > There is a thread from bugaev that explain the issue and a partial fix : > > > > https://floss.social/@bugaevc/109422269238549581 > > Well, I guess that's my cue to wave hi to this list :) > > Hello everyone! > > I am indeed out of the army, alive and in one piece.
!! \o/ !! I have to say I was very worried, I'm glad that you are back in one piece. > As for the SSH/arc4random issue: I believe a better workaround would > be for glibc to cache the /dev/urandom port between calls to getrandom > (), the same way that it caches socket server ports (see > hurd/hurdsock.c). Indeed, that would solve the problem while at the same time optimize things. I'm wondering, though: does ssh fork-off other processes inside the chroot, that might get the same issue? Samuel