curiousecurity

Yet another blog about info & networking security this and that… Buzzword… Catchphrase…

  • Posts
  • About
  • Career
  • Education
  • Contact
  • LinkedIn
  • GitHub
  • Email
You are here: Home / Linux / Useful Stuff

Useful Stuff

March 5, 2012 by ryanhorst

This post is a quasi-holding place for uncategorized things at the moment, with no rhyme or reason as to why its here or somewhere else:

SCP files from a linux box or firewall to another linux box:

SYNTAX = scp /path/to/local/file user@remote_host:/path/to/file/on/remote/host

EXAMPLE = scp /var/tmp/todays-date-kernel-debug.tgz user@firewall-hostname:/var/tmp/todays-date-kernel-debug.tgz 

Related

Filed Under: Linux, Misc Tagged With: CLI