proprietary commented on issue #642: URL: https://github.com/apache/mina-sshd/issues/642#issuecomment-2552713496
So the problem was entropy starvation. `java.security.SecureRandom#getInstanceStrong` was using NativePRNGBlocking which would block waiting for entropy. My container didn't have access to enough entropy. If you did `$ cat /dev/random` it would output a few lines then stall for a while. It's a configuration issue / PEBCAK -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org