Skip to content

Instantly share code, notes, and snippets.

@olidroide
Created January 13, 2018 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olidroide/1f482dc239c7de3f8f6628b8fbfac54c to your computer and use it in GitHub Desktop.
Save olidroide/1f482dc239c7de3f8f6628b8fbfac54c to your computer and use it in GitHub Desktop.
sudo apt install sshfs
mkdir ~/Remote-Machine
sudo editor /etc/fstab
proc /proc proc defaults 0 0
# SSH File System Mount of my server
pi@192.168.1.10:/remote_folder /home/pi/Remote-Machine fuse.sshfs noauto,x-systemd.automount,_netdev,users,idmap=pi,IdentityFile=/home/pi/.ssh/id_rsa,allow_other,reconnect 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment