Mount a directory over SSH using SSHFS
With SSHFS, you can mount a remote directory over SSH.
sudo apt-get install sshfsmkdir ~/sshfsmountdirectorysshfs exampleuser@remoteip:/home/user/svn ~/sshfsmountdirectoryUnmounting the remote directory
fusermount3 -u ~/sshfsmountdirectoryLast updated
Was this helpful?