Mount remote FS locally through ssh with sshfs !

Photo by Beatriz Pérez Moya on Unsplash
sshfs user@host:/remotefolder/ /localfolder
# If you have an identity file, add the following option :
# -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa
umount /localfolder

--

--

DevOps enthusiast, curious about ever evolving tech. Currently working at https://padok.fr/.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store