From 685ef88e9079cde6d2c91e99d407dad8d86e88ed Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Thu, 18 Mar 2004 11:25:34 +0000 Subject: [PATCH] sshexec: document 'host'. Thanks to Gedge git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276247 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/sshexec.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index e480303f4..010523bc1 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -29,6 +29,11 @@ jsch-0.1.9 and won't work with versions of jsch earlier than Description Required + + host + The hostname or IP adress of the remote host to which you wish to connect. + Yes + username The username on the remote host to which you are connecting.