From Documentation
(Created page with "=Introduction= '''S'''ecure '''SH'''ell '''F'''ile '''S'''ystem (SSHFS) allows a user to mount a directory from a remote server. =Instructions= ==Linux/Mac== You may have to f...") |
(→Linux/Mac) |
||
Line 5: | Line 5: | ||
You may have to first install SSHFS on your local system. Use the following commands to install SSHFS: | You may have to first install SSHFS on your local system. Use the following commands to install SSHFS: | ||
* Debian/Ubuntu: sudo apt install sshfs | * Debian/Ubuntu: sudo apt install sshfs | ||
− | * Centos: yum install sshfs | + | * Centos: yum install sshfs / yum install fuse-sshfs (need to verify). |
==Windows== | ==Windows== | ||
=About= | =About= |
Revision as of 09:55, 11 August 2017
Introduction
Secure SHell File System (SSHFS) allows a user to mount a directory from a remote server.
Instructions
Linux/Mac
You may have to first install SSHFS on your local system. Use the following commands to install SSHFS:
- Debian/Ubuntu: sudo apt install sshfs
- Centos: yum install sshfs / yum install fuse-sshfs (need to verify).