On Tue, 11 Feb 2003, David Simmons wrote:

> Is it possible to continue feeding commands from the ssh shell script I
> wrote to the remote machine?  For example, if my script is something
> like:

Interactive processes can be scripted using expect. But why not just place 
your remote commands in a remote shell script, which you can execute via 
ssh? For example:

        ssh [EMAIL PROTECTED] some_script.sh

may be all you need.

-- 
"Of course I'm in shape! Round's a shape, isn't it?"




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to