ant - SSHEXEC always fails with Remote command failed with exit status -1 -
hi use sshexec connect windows remote computer ant. installed freesshd on server , created user it. sshexec task
<sshexec host="${@{server}.ip}" username="${@{server}.username}" password="${@{server}.password}" command="d:;cd /sedat;exit;" trust="true" /> even use echo still got error "remote command failed exit status -1" have idea why happens.
thanks in advance.
Comments
Post a Comment