Hi,
Is is possible to create a bundle command which would run a specified command to a remote computer via ssh? I am running Mac OS X, and I use Samba + ssh to work on my dev environment which is a Linux box.
I repeatedly have to run a command to refresh the environment to check changes. I tried using quicksilver and the terminal plugin to send the command, but I couldn't figure out how to have it point the command to the active terminal window which was already ssh'd to dev box.
I'm thinking the best solution might be to set up passwordless authentication via SSH and set the remote computer details in the script?
best, Charles