Re: Set timeout to 0 (General questions)
Sumeet,
I cannot. If it's disconnected from the server then I cannot know the reason why server disconnected you.
Do you have root privileges on the server? Assuming it's OpenSSH, can you stop sshd service
/etc/init.d/sshd stop
and then start it in debug mode
sshd -ddd
and then connect, and send me logs dumped on the screen? This should explain why you got disconnected.