How to go about closing a stalled screen tab (the machine is no longer reachable) ?
3 Answers
try to kill command.
- select stalled window (
C-a:select <stalled window number>) - send kill command (
C-a:kill)
The most simple and direct way, which has always worked for me, is
C-a, k Assuming you are using the OpenSSH client to connect, you can type Enter ~ . to close the connection.
To list the other SSH client escape commands, type Enter ~ ? when connected.