Share folder between AWS EC2 and Local machine using SSHFS

Melvin L
Melvin L
13.6 هزار بار بازدید - 7 سال پیش - Share Folder between AWS and
Share Folder between AWS and Local machine using SSHFS
--------------------------------------------------------------------------------------------------
In this video we will go throgh how tou can use SSHFS to mount a remote file system to your local machine. sshfs is a tool for mounting filesystems over SSH

Step 1: Install
sudo apt-get install sshfs

Step 2: Setup folders

Step 3: Run sshfs
sudo sshfs ubuntu@ec2-ip-address:/home/ubuntu/aws_share /home/yourname/local_folder -o IdentityFile=~/your-pemfile.pem -o allow_other

Step 4: (optional) Unmount
sudo umount -f /home/yourname/local_folder
7 سال پیش در تاریخ 1396/08/12 منتشر شده است.
13,616 بـار بازدید شده
... بیشتر