Using ssh on a weak connection
I'm travelling in Asia and using wireless internet to connect to Linode (I don't have any other options to go online).
The connection is extremely unstable, so I can not even install simple things with Putty - the process can hang in the middle and break the system.
I thought that Ajax Console will help me and it should but here I have another problem. My laptop screen resolution supports not more than 1024*600 pixels and in Firefox and IE I can't see what I'm typing - it is under the screen border. In Chrome there is a scroll bar in Ajax console and I can see everything fine but Backspace and Pasting doesn't work there. In Opera Backspace is working, scroll bar is there but still no Pasting and it works much slower than in other browsers (7-8 seconds delay).
Is there anything that can help in my situation?
If there was a scroll bar in firefoxes console that could solve the problem.
5 Replies
screen
Install screen from your package manager, then start it with:
screen -S
screen -r
screen -x
Did I mention that using screen was good advice? Also, use screen.
(Or, you can use dtach if you find screen "heavy", but don't, use screen!)