On Fri, 21 Feb 2003, Rob H. Anderson <[EMAIL PROTECTED]> wrote: > Can there be some flag that specifies interactivity?
If there is a reason for it, sure. > <!-- Non-interactive --> > <ssh host="myhost" username="myname" password="mypass" > interactive="false" > command="cd /usr/local/bin ; rm -rf product ; tar zxf product.tar.gz" > /> Would this (implementation-wise) be different from <ssh host="myhost" username="myname" password="mypass"> <write>cd /usr/local/bin ; rm -rf product ; tar zxf product.tar.gz</write> </ssh> ? Stefan
