<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE section [
<!ENTITY % myent SYSTEM "../entities.ent">
<!ENTITY rExec "rExec">
%myent;
]>
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
	xmlns:xi="http://www.w3.org/2001/XInclude">
	<title>&rExec;
	</title>
	<para>provides remote execution facilities with authentication based on
		user names and passwords.</para>
	<section>
		<title>&inp;
		</title>
		<para />
		<table frame="all">
			<title>&rExec;
				input parameters
			</title>
			<tgroup cols="4">
				<colspec colnum="1" colname="parameter" />
				<colspec colnum="2" colname="type" />
				<colspec colnum="3" colname="required" />
				<colspec colnum="4" colname="description" />
				<thead>
					<row>
						<entry>parameter</entry>
						<entry>type</entry>
						<entry>required</entry>
						<entry>description</entry>
					</row>
				</thead>
				<tbody>
					<row>
						<entry>host</entry>
						<entry>HostConnection</entry>
						<entry>Yes</entry>
						<entry>
							Host where to execute the command. See
							<link linkend='hostconnection'>HostConnection</link>
							.
						</entry>
					</row>
					<row>
						<entry>command</entry>
						<entry>String</entry>
						<entry>No</entry>
						<entry>Any command including arguments</entry>
					</row>
          &param-timeout;
				</tbody>
			</tgroup>
		</table>
		<para />
	</section>
	<section>
		<title>&outp;
		</title>
		<xi:include href="../types/ReturnCode.xml" />
	</section>
</section>