Hi!  Can anyone tell me what the command line equivalent to the following
directive in ant is?

        <sshexec host="myHost.myDomain"
             username="myUser"
             keyfile="/var/lib/jenkins/.ssh/id_rsa"
             passphrase=""
             command="touch /myPath/toMyFiles/test.txt"
             trust="true"
             timeout="3000000"
             verbose="true"
             port="22"
        />

We've found a bug with this command in RHEL 8 and the RedHat folks won't
consider the sshexec command as a repro.  I've tried the best I can figure
and the command works from the command line however I've tried.  Thanks!
Eric

Reply via email to