How can I run commands in batch mode over ssh? That is, what is the ssh command's equivalent of sftp -b <filename> <hostname>?
I have a set of commands which I wish to run across a set of hosts connecting over ssh. Over sftp, i store the commands in a file filename and connect to the host and run the commands using the previously mentioned command.
Is something like that possible over ssh?
