Content

Better than bad, it's good

Tagged: bash

2009-01-12 :: David Sterry // Default
Fixed: Remote SSH Command Failing

One great way to use SSH is to run a single command on a remote server like this:
ssh user@host command
‘command’ here can be anything and the text output will be piped back to your local terminal.
I was having a problem with a few servers where this wasn’t working. Turns out the problem was this line [...]

Tagged: ¤

Comments Off  » Read the rest