sshfs too slow while remote editing on Eclipse and other IDEs, what options to use to make it faster. *Not* for mac users

Posted by Fullmooninu on Super User See other posts from Super User or by Fullmooninu
Published on 2014-08-21T15:17:14Z Indexed on 2014/08/21 16:23 UTC
Read the original article Hit count: 287

Filed under:
|
|
|

I've been looking into this problem, and it is common. But since there is a package for Mac with the same name, the solution for Mac users is hiding the solution for Linux users and our default sshfs.

This the best I got so far, from what actually works on Linux.

sshfs user@host:remoteDir localDir -o Ciphers=arcfour -oauto_cache,reconnect,no_readahead

note: this question was not appropriate for stackoverflow, dunno why: http://stackoverflow.com/questions/25365487/sshfs-too-slow-what-options-to-use-to-make-it-faster-not-for-mac-users

© Super User or respective owner

Related posts about linux

Related posts about ssh