ssh during low bandwidth
Posted
by
kfmfe04
on Super User
See other posts from Super User
or by kfmfe04
Published on 2012-11-15T05:11:06Z
Indexed on
2012/11/15
23:06 UTC
Read the original article
Hit count: 307
I currently invoke the following ssh command over my home wifi (from OSX to Ubuntu):
ssh -XYC -l my_username -c arcfour,blowfish-cbc -XC my_local_server
This works great, except during low bandwidth situations, like if I'm streaming music over the Web, while I'm coding.
In these situations, the ssh often drops, within a minute or two.
Is there a better setting or configuration that I can try over low-bandwidth situations?
© Super User or respective owner