fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Can't set encryption type for sshfs #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Many of the consumer level NAS boxes are based around a pretty wimpy ARM9
processor running some form of Linux.  Transferring files from these boxes
using sshfs is slow because the ssh system is encrypting everything with a
pretty heavy duty cipher.

I would like to be able to specify a flag to ssh that changes the cipher to
something like arcfour which is much less computationally expensive.

I'm on OS X Intel using sshfs 0.3.0.

Original issue reported on code.google.com by bsd...@gmail.com on 9 Jul 2007 at 5:26

GoogleCodeExporter commented 9 years ago
Note here:

http://groups.google.com/group/macfuse-devel/browse_thread/thread/5dbb1af9eb4b3e
06

Original comment by si...@gmail.com on 9 Jul 2007 at 5:56