...
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.
...
...
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.
...