Skip to content

Instantly share code, notes, and snippets.

@aakbar5
Last active December 7, 2016 10:22
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 aakbar5/bf0e90f63c3febe89615e726f2f1d6ff to your computer and use it in GitHub Desktop.
Save aakbar5/bf0e90f63c3febe89615e726f2f1d6ff to your computer and use it in GitHub Desktop.
Mount ssh folder
on local host install sshfs via sudo apt-get install sshfs
mkdir /folder/on/local/machine/used/for/mounting
sshfs <user-name>@<machine-name>:/<path/to/folder/to/be/mounted> /folder/on/local/machine/used/for/mounting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment