

I don’t see a suggestion to use MACFuse here, so I’ll just drop this here: https://macfuse.github.io/
Copy your ssh pub key to the device ssh-copy-id user@hostname
Then just mount it:
sshfs user@hostname:/remote/path ~/mnt/myfiles \
-o reconnect \
-o ServerAliveInterval=15 \
-o ServerAliveCountMax=3 \
-o follow_symlinks \
-o IdentityFile=~/.ssh/id_rsa




OP writing for the next Final Destination.