Skip to content

Instantly share code, notes, and snippets.

@tapasbose
Last active June 22, 2020 09:48
Show Gist options
  • Select an option

  • Save tapasbose/094a8d39e53ab069438d43c3b8e2956b to your computer and use it in GitHub Desktop.

Select an option

Save tapasbose/094a8d39e53ab069438d43c3b8e2956b to your computer and use it in GitHub Desktop.
Mount Remote Directory - SSHFS
mkdir /local_path
sshfs remote_user@remote_host:/remote_path /local_path -o IdentityFile=id_file_path
sudo fusermount -u /local_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment