I have a hung crosh terminal. I was in a ssh session and the wireless connection dropped. The screen froze. Normally, I open an other one, ssh into the remote machine again, and kill the sshd, and that clears it. However, the sshd on the remote machine closed itself overnight and now the crosh terminal is hung, thinking it's still connected.

What's the best way to kill the crosh terminal? Is there a magic key combo?

Sidenote: Couldn't create tags for crosh, chromeos

Note that I am not using the machine in developer mode.

link|improve this question
feedback

3 Answers

It looks like Chrome OS does use OpenSSH: Chrome OS git /openssh

I think the Chrome OS ssh config file path is ~/ssh/.config

link|improve this answer
1  
Damn, it looks like they disabled this option of OpenSSH by putting -e none in the crosh binary: codereview.chromium.org/5183004 – entropo Apr 5 '11 at 17:31
feedback

The real answer: ctrl+shift+w

This is the hotkey to close a window, generally, and it is the official workaround for this issue.

Reference: http://code.google.com/p/chromium-os/issues/detail?id=10023#c17

link|improve this answer
feedback

At the time that I wrote this answer, this was the answer. It has since been rectified.

I think the official answer is sadly to log out and then log back in. It works every time!!! Another method that I use is to just ignore it and open another terminal until ssh finally realizes that it is hosed and will go back to the ssh prompt.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.