leo charre

contact links about resume

dev design near life experience heroes




running remote ssh commands

Holy fuck.. Here’s something cool.. remote commands with ssh.

I like to log into a machine and watch apache error log as I run a stoopid cgi.
I can do this locally..

$ ssh username@hostname ‘tail -f /path/to/logfile’

This starts splurting output just as it would, locally.


Linux User