SSH

From MK Wiki EN
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

Credits

In Debian and its derivatives, sshfs can be installed using

apt install sshfs