SSH
Jump to navigation
Jump to search
Copying Files Using SSH
SSHFS
sshfs -o allow_other,default_permissions,IdentityFile=~/.ssh/id_rsa user@host:/remotedir /localdir
In Debian and its derivatives, sshfs can be installed using
apt install sshfs