November 2015
Beginner
260 pages
6h 10m
English
In the previous chapter, we worked through SSH, which is a crucial utility that is used multiple times per day by most Linux administrators. But while it's great for accessing other Linux systems on your network, it also allows you to access remote filesystems as if they were mounted locally. This is known as SSHFS. One of the great things about SSHFS is that there is no need to clarify any exported directories before hand. If you're able to connect to a remote Linux server and access a directory via SSH, then you're automatically able to mount it locally as if it were a network share.
On Debian systems, you can simply install the sshfs package. On CentOS, the sshfs package is not available by default. ...
Read now
Unlock full access