Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that your-keypair_root.pem should be owned by root with 400 in permission, sshfs# need to be added to the account information, and fuse.sshfs needs to be changed to fuse.


Enhance access speed with no encryption

If you want to enhance its access speed even though its security is poor than before, you can stop encryption by adding Ciphers=arcfouraes128-ctr,Compression=no like below:

For on-prem servers:

Code Block
sshfs#centos@10kurapa@192.0168.110.691:/pub/ /mntdata/live1synology fuse.sshfs    user,_netdev,reconnect,uid=1000,gid=1000defaults,idmap=user,Ciphers=arcfouraes128-ctr,Compression=no,allow_other,delay_connect,reconnect,_netdev,users,umask=0002,IdentityFile=your-keypair_/root/.pemssh/id_rsa  0 0

For AWS servers

Code Block
  0
sshfs#centos@10.0.1.76:/pub/ /mnt/live2live1 fuse    user,_netdev,reconnect,uid=1000,gid=1000,idmap=user,Ciphers=arcfouraes128-ctr,Compression=no,allow_other,IdentityFile=your-keypair_root.pem  0   0


If you want to have more performance, please try NFS.