Displaying 1 result from an estimated 1 matches for "remotuser".
Did you mean:
remoteuser
2004 Mar 25
0
openssh-unix-dev Digest, Vol 11, Issue 28
...not respond with a prompt. Also, some shells decide whether or
not to issue a prompt by TTY detection.
What about inserting something into your command string to duplicate
what you expect a telnet prompt to do:
echo "command -a;echo ###DONE###;command -b;echo ###DONE###" | ssh
remotuser at host | grep '^###DONE###$' | ( while read line; do echo
"Anotherone bitesthedust..."; done )
On Mar 25, 2004, at 2:14 AM, Niclas B?ckman C (LI/EAB) wrote:
> Message: 8
> Date: Thu, 25 Mar 2004 08:33:58 +0100
> From: Niclas B?ckman C (LI/EAB) <niclas.c.backman...