Linux – Can SSH into server but cannot type anything in the prompt. What is a possible cause for that

linuxssh

I can ssh into one of my servers, I log in fine, but at the prompt I cannot type anything. It just hangs there after the welcome message.

I've also tried the DRAC console (its a Dell server), but I get a blank dark screen without any output when I call up a remote console.

I cannot reboot this machine at this time nor am I physically near it. I've tried to log in as all root as well without any luck. The box itself functions ok at the moment but I'm now worried as this is a critical production machine.

What can be the cause of this?

Best Answer

From the comment discussion this sounds like the behavior you see when you are experiencing packet loss due to MTU/fragmentation issues:

http://www.snailbook.com/faq/mtu-mismatch.auto.html

This usually shows up as being able to login to the machine but some commands fail (usually a significant percentage of the time). You can verify that this isn't the issue by getting the same behavior on a machine connected to the same LAN as the box having the problems. If that session works fine, then you probably need to start looking at the network layer between you and the machine in question.