Answers for "sshfs"

2

sshfs

# sshfs with ssh key authorization
sudo sshfs -o allow_other,default_permissions,IdentityFile=~/.ssh/id_rsa [email protected]:/ /mnt/droplet
Posted by: Guest on December-02-2020
1

sshfs

sshfs <username>@<server>:<server_dir> <local_dir>
sshfs [email protected]:/home/alice/Documents /home/my_computer/mnt/Documents
Posted by: Guest on November-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language