I have configured a pipe in syslog.conf for auth.* to capture the ssh syslog error and status messages. I have then a python script that processes this pipe's input and I check that we receive something by writing the content of the pipe to a file.
When running a "ssh root@10.10.10.123" command (IP does not exist on network) I expect to see the ssh error in the file but it's empty. This used to work but it's not working anymore. What might of happened?