Tim Richardson wrote: > [...] > debug2: channel 0: request shell confirm 0 > debug2: fd 3 setting TCP_NODELAY > debug2: callback done > debug2: channel 0: open confirm rwindow 0 rmax 32768 > > > that is the last message. The terminal hangs. ctrl-c can not interrupt. >
Ctrl-c isn't for aborting [open]ssh once the session is established. Use: <enter> ~ . to abort an ssh session, those are: enter, tilde, and period. ~. is the abort sequence but it is only recognized if it starts at the beginning of the line. If you have a chain of ssh sessions, use ~~~. where the number of tildes is the number of hops out that you want to abort. -david
