Skip to content

Instantly share code, notes, and snippets.

@kojofosu
Created November 29, 2021 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kojofosu/d319496d612126c2cda818725ea0154c to your computer and use it in GitHub Desktop.
Save kojofosu/d319496d612126c2cda818725ea0154c to your computer and use it in GitHub Desktop.
copy files to remote host with ssh
scp <path/to/source/file> username@host:<path/to/host/destionation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment