I had a working application which fetches the username after ldap authentication using request.getRemoteUser() in apache httpd.
Authentication is working because the redirection is happening to a backend tomcat server where application is hosted.But i am not able to get the username using request.getRemoteUser()
But after applying some sshd ciphers. The code is giving null as result.
I want to know what exactly has happened and how to bring changes to sshd so that my code will work like before.
NOTE: I noticed that some ports are also not working. But i am least concered about that. x11 something is also applied in the server. I am not sure.