sshfs add shell command code example
Example 1: sshfs
# sshfs with ssh key authorization
sudo sshfs -o allow_other,default_permissions,IdentityFile=~/.ssh/id_rsa [email protected]:/ /mnt/droplet
Example 2: sshfs syntax with ssh key
sshfs [email protected]:/remote/path /local/path/ -o IdentityFile=/path/to/key