Liu Wen wrote: > > I am using SecureCRT with SSH in windowsXP, but everytime I press Ctrl-S > in a session window, it lost response. I have to manually disconnect it > :(
Hi, This is a feature of most (all?) terminals - XON/XOFF flow control. CTRL + S suspends terminal output CTRL + Q resumes the output If you need to, you should be able to disable this and/or remap the keys by using the stty command. man stty :-) Cheers, Mike.