sshfs

Mount remote filesystems over SSH using SFTP protocol

brewmacoslinux
Try with needOr install directly
Source

About

File system client based on SSH File Transfer Protocol

Commands

sshfs

Examples

Mount a remote directory to a local mount point$ sshfs user@remote.host:/path/to/remote ~/local_mount
Mount with custom SSH port and options$ sshfs -p 2222 user@remote.host:/home/user ~/mnt -o reconnect,ServerAliveInterval=15
Unmount the remote filesystem$ umount ~/local_mount