I want execute command remotely in linux box from another box.
you can execute this command in your box
ssh -OPTIONS -p SSH_PORT [email protected]_server "remote_command1; remote_command2; remote_script.sh"
Enjoy man!