SSH: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Copying Files Using SSH == === SSHFS === sshfs -o allow_other,default_permissions,IdentityFile=~/.ssh/id_rsa user@host:/remotedir /localdir [https://www.digitalocean.co...") |
(No difference)
|
Revision as of 18:53, 24 November 2020
Copying Files Using SSH
SSHFS
sshfs -o allow_other,default_permissions,IdentityFile=~/.ssh/id_rsa user@host:/remotedir /localdir