SSHFS mount remote file system to local system

Installing SSHFS

On Ubuntu/Debian

SSHFS is a Linux based software which has to be installed on your local computer. On Ubuntu and Debian based systems the easiest option to do that is to use apt-get.

sudo apt-get install sshfs

For Mac OSX

brew install sshfs

You may install SSHFS on Mac OSX but first you must download FUSE and SSHFS from the osxfuse site

Mounting the Remote File System

sshfs [email protected]:/home/ky13 ~/nyu_hpc_mnt_point

Unmounting the Remote File System

When you no longer require the mount point, you may simply unmount it using the following command.

sudo umount ~/nyu_hpc_mnt_point

https://www.dreamvps.com/tutorials/how-to-use-sshfs-over-ssh/

https://wikis.nyu.edu/display/NYUHPC/Getting+or+renewing+an+HPC+account

猜你喜欢

转载自www.cnblogs.com/quinn-yann/p/9697602.html