Re: SSHEXEC Command Line Equivalent

Stefan Bodewig <[email protected]> Wed, 28 Dec 2022 19:00:20 +0100
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
On 2022-12-28, Eric Fetzer wrote:

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

I'm afraid this is not easy to answer as Ant does not use the command
line for this. Ant uses http://www.jcraft.com/jsch/ in order to execute
the command and it is quite possible JSch does things in a way dfferent
from what the CLI would do.

Stefan