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.


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

Code Block
sshfs#centos@10.0.1.6:/pub/ /mnt/live1 fuse    user,_netdev,reconnect,uid=1000,gid=1000,idmap=user,Ciphers=arcfour,Compression=no,allow_other,IdentityFile=your-keypair_root.pem  0   0
sshfs#centos@10.0.1.7:/pub/ /mnt/live2 fuse    user,_netdev,reconnect,uid=1000,gid=1000,idmap=user,Ciphers=arcfour,Compression=no,allow_other,IdentityFile=your-keypair_root.pem  0   0