Answers for "mount 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
0

mount sshfs

sshfs user@machine:/remote/path /local/path
Posted by: Guest on March-05-2021
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

Browse Popular Code Answers by Language