calling a unix script in one box from another box

i have a unix script which is available in a box say box1
i want this script to be run in box box2
and put the output file in box2
what is the procedure to execute this script in box2
i will call the script in box1 using cybermation

Replace USER with your user name on box1:

ssh USER@box1 cybermation > /path/to/local/file