Slashdot Mirror


User: Father+Dupuis

Father+Dupuis's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Fast, Weak sshfs on OpenSSH Going Strong After 10 Years With Release of v5.3 · · Score: 1

    Thank you. I use those options all the time for large file transfers on my internal networks. You can use them with rsync as well: check out the "-e" option.

  2. Re:Fast, Weak sshfs on OpenSSH Going Strong After 10 Years With Release of v5.3 · · Score: 1

    This should work for you: sshfs -o ssh_command="ssh -c arcfour -o Compression=no" user@remote.host /your/mountpoint