SSH

From MK Wiki EN
Revision as of 18:53, 24 November 2020 by MkWikiEnSysOp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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