Table of Contents
I implemented this script package to make it easier to mount file systems between my computers on my local network using sshfs. It's just an implementation exercise in shell script and zenity GTK.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You will need the following tools installed. Find out how to do it on your system operate.
- ssh pack
sudo apt install ssh
- sshfs
sudo apt install sshfs
- zenity gtk
sudo apt install zenity
- nmap
sudo apt install nmap
Ho to install.
- Clone the repo
git clone https://github.com/salomaodomingos/sshmount.git cd sshmount
- running sshmount-install.sh
sudo ./sshmount-install.sh
Distributed under the MIT License. See LICENSE
for more information.
Salomão Domingos - [email protected]
Project Link: https://github.com/projetos/sshmount