share linux folder to remote host
ssh to the server where you want to mount the folder
sudo apt update
sudo apt install sshfs -y
create a mount point
sudo mkdir -p /mnt/jigasi_transcripts
mount the folder with sshfs command
sshfs username@144.24.110.170:/var/lib/jigasi/transcripts ...
faizulkarim.hashnode.dev1 min read