You can mount a directory from a server directly onto your client with
SSH, using SSHFS. Of course it's safe to use, since it's SSH. The
folder you mount is used like any other mounted folder, as if it's from
a local device.
There are a few steps you need to take to get this working. Once it
does, it's a piece of cake using SSHFS for your future remote mounting.
Open up a terminal on the client, and install SSHFS:
sudo apt-get install sshfs
sudo modprobe fuse
sudo adduser your_user_here fuse sudo chown root:fuse /dev/fuse sudo chmod +x /dev/fusermount
mkdir ~/awesomeServer
sshfs user@domain.tld:/remote/folder ~/awesomeServer
tim@awesomelaptop:~/awesomeServer$ ls asdasd.be binary-hell.com bytemods.com diablo domainwhois.mobi duckiedrive.com taart.org testbak.eu
19-10 | Access your MySQL server through SSH |
02-09 | Use Public Keys for SSH sessions |
02-09 | Install an RPM package on Debian based Distro's |
02-09 | MySQL database backup from the Linux Console |