Content

blog, portfolio, and links

Tagged: ssh

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 […]

Tagged: »

Comments Off on Fixed: Remote SSH Command Failing  » Read the rest

2008-09-04 :: David Sterry // Default
An Improvement to OpenSSH

If you need to work on a remote *nix server, you have undoubtedly used OpenSSH. The way it helps securely control remote machines makes it one of a handful of essential sysadmin tools. But this great tool does have a flaw and no I’m not talking about a buffer overflow or memory leak. The problem […]

Tagged: »

1 comment  » Read the rest