Difference between revisions of "SSH"

From Useful Things
Jump to: navigation, search
(Created page with "== Push a file == <source lang="bash"> ssh ./path/to/source user@host:/path/to/destination </source> == Pull a file == <source lang="bash"> ssh user@host:/path/to/source ./pa...")
(No difference)

Revision as of 11:49, 30 June 2014

Push a file

ssh ./path/to/source user@host:/path/to/destination

Pull a file

ssh user@host:/path/to/source ./path/to/destination