Last active
June 22, 2020 09:48
-
-
Save tapasbose/094a8d39e53ab069438d43c3b8e2956b to your computer and use it in GitHub Desktop.
Mount Remote Directory - SSHFS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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