Versions Compared

Key

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

...

To mount directory in remote server, you will need to install SSHFS

Code Block
sudo yum install -y install sshfs


Once installed, you can simply try to mount your remote server. Note that the remote server must support SSH.

...