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