PDA

View Full Version : Very slow ssh on n800.


akschu
04-16-2007, 05:08 PM
Forum,

I picked up a n800 so I could manage my linux hosts while on the road in case of an emergency but I'm finding it to be unusable. I was able to enter red pill mode and install xterm and ssh just fine, and I can even connect without issue, but each command I type into the remote host takes a minute to process.

Anyone know of a solution to this problem?

schu

Dietrich
04-16-2007, 10:54 PM
How is the speed with:
ssh root@localhost

akschu
04-17-2007, 12:30 PM
I don't know because I haven't reset the root password, however I did notice that if I have something running as a keep-a-live it works just fine. Anyone know of a way to disable the power saving feature while xterm is running?

schu

Pahtz
04-28-2007, 11:43 PM
Did anyone find a fix for this?

If I get a second terminal window to ping the N800 continuously then it works fine.

Dietrich
04-29-2007, 01:06 AM
You should be able maintain a connection with :

$ssh -o TCPKeepAlive=yes root@localhost
(default pw=rootme)

Pahtz
04-29-2007, 11:30 PM
It turns out (at least on Ubuntu Fiesty Fawn) that TCPKeepAlive is on by default, but disabled with an interval of 0 seconds. So this works:

ssh -o ServerAliveInterval=1 root@your-n800s-ip-address

NB. I am trying to connect from a desktop to the N800, the orignal poster was trying to go the other way so YMMV