Dan Siemon

SSH article

The September 2005 issue of Linux Journal has another nice SSH article. This one is called Managing SSH for Scripts and cron Jobs.

Note worthy is the discussion of how to securely use passphraseless keys for remote command execution.

Also, I didn’t realize that SSH could be used as a pipe target.

cat file | ssh HOST "cat >> file.out"
Exit mobile version