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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -