taskSshExec('192.168.1.17', 'root') ->remoteDir('/var/www') ->exec('echo hello') ->exec('ls -al') ->run(); } }