본문 바로가기

Tech/리눅스

sshfs Server Folder Mount

sudo apt install sshfs

 

 

 

sudo vim etc/fuse.conf
user_allow_other
:wq

 

 

 

sshfs -p port user_id@ip_address:/backup/server_folder ~/local_folder_name -o allow_other

 

 

 

sudo umount ~/server_folder

 

 

 










>