Displaying 1 result from an estimated 1 matches for "9ff6557a".
2011 Oct 02
4
Information on command execution in sshd
Hi,
I was going through the code of open ssh server part ( code for sshd ). My query is when user gives any command ( for example unix command "ls")
in the console ( after ssh login is complete ), which function in sshd will execute this command. I traced that the command is coming to sshd code
in message type SSH2_MSG_CHANNEL_DATA. There is a check using function packet_check_eom().