bash como executar comando remoto
$ ssh USER@HOST 'COMMAND1; COMMAND2; COMMAND3'
Wicked Willet
$ ssh USER@HOST 'COMMAND1; COMMAND2; COMMAND3'