UNIX Remotes - KeynesYouDigIt/Knowledge GitHub Wiki
ssh
Logs into a remote computer.
ssh [email protected]
ssh [email protected]
scp
Copies files from one remote computer to another
scp [email protected]:~/path/to/source [email protected]:~/path/to/destination