Il task SSHEXEC esegue un comando su una macchina remota usando il demone SSH.
Per esempio, esegue un comando usando autenticazione mezzo utente/password su una macchina remota:
<sshexec host="somehost"
username="dude"
password="yo"
command="touch somefile"
trust="true"/>