Hi,

I'm trying to run a target from my Windows 2003 Server build box to connect
to a solaris server to execute a command, but I'm getting "
com.jcraft.jsch.JSchException: Auth fail"... Does anyone know how to resolve
this issue...??

<target name="stop-web-server">
<sshexec host="${hostname}"
 username="${username}"
 password="${password}"
 trust="true"
 command="/local/sys/was/profiles/App01/bin/stopServer.sh server1 -user
Admin -password password"/>
</target>

Thanks
Chris

Reply via email to