https://issues.apache.org/bugzilla/show_bug.cgi?id=48985
--- Comment #2 from Antoine Levy-Lambert <[email protected]> --- Sudheer I do not have a workaround for this bug at the moment. Can you have a look to tell me whether if a password contains just a single dollar sign the problem happens ?. I can imagine that if your password entered in the ant build file is ${secret} and that an ant property called secret exists, then the sshexec task will most probably try to log you in with the value of the "secret" property rather than with "${secret}" litterally. If you bypass ant and create your own ssh client in java using jsch, do you have the same problem ? Which version of jsch is used ? -- You are receiving this mail because: You are the assignee for the bug.
