How to terminate a hung process in SSH?
I have a SSH session with a VM running on Amazon AWS.
One of the programs I had run hung up and froze the SSH terminal.
So I hit Enter + ~ + .
Now when I am trying to connect to my machine it says connection timed out.
Does this mean that connection was only terminated from the client side
and is still active on server? If so how do I create a new connection?
Ctrl + C does not work on a SSH shell. Does this mean it is not possible
to terminate the hung up command without terminating the SSH session?
No comments:
Post a Comment