Hey, I'm currently trying to add some extra logging functionalities to OpenSSH. However, I'd like to log all commands the client sends to the server. But I'm unable to find where exactly this happens in the OpenSSH source. I've tried the do_child() function but that did not work. Am I forgetting something? Thank you, Johan.