First step is to install fuse-sshfs package:
sudo yum install fuse-sshfs
Then you can mount folder from the virtual machine with command:
sshfs -o idmap=user vagrant@192.168.33.10:/home/vagrant /home/jsn/vagrant/vm
The first path is the path inside the virtual machine and the second one is for local machine.
No comments:
Post a Comment