SSHFS

From Freephile Wiki
Revision as of 10:35, 26 July 2024 by Admin (talk | contribs) (Created page with "Once you install '''sshfs''' with <code>sudo apt update && sudo apt install -y sshfs</code>, mounting the remote filesystem is as easy as <pre> mkdir ~/far_projects sshfs -o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Once you install sshfs with sudo apt update && sudo apt install -y sshfs, mounting the remote filesystem is as easy as

mkdir ~/far_projects
sshfs -o idmap=user $USER@far:/projects ~/far_projects

It can get more sophisticated with additional options, but that's all you need in a simple case.

Also, it all integrates with the Desktop Graphical User Interface (GUI), so you can do this in Nautilus too.

See Also[edit | edit source]

https://help.ubuntu.com/community/SSHFS