Re: Apache SSHD Query

2010-02-08 Thread Guillaume Nodet
I suppose you've configured your sshd server to launch a unix shell such as the sh one. This means when you run the whoami command, this unix executable will return the current unix user. Unfortunately, sshd is not integrated with the unix security layer at this point, so the user will be the one t

Apache SSHD Query

2010-02-08 Thread prashant.ghotikar
HI, I am using Apache MINA SSHD code. I am able to start the Sshd Server. I have one query. I am starting the server using a user say "xyz". I have added my authentication mechanism. Now when a user say "abc" login successfully on the sshd server. When I typed whoami ..its gives me "xyz" (the use