On Fri, 17 Apr 2015, Pablo Castellazzi wrote: > Hello. > > Today i found an interesting problem related to OpenSSH. If you open > enough connections to /dev/log which your current logger can?t handle, > you can?t logging remotely using SSH which is blocked waiting for > access to /dev/log. OpenSSH just calls syslog(), so the blocking behaviour is in libc. -d