Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread cygwin
On Sat 12/17/05 16:45 EST cygwin@cygwin.com wrote: > On Sat, Dec 17, 2005 at 01:52:17PM -0600, Tom Rodman wrote: > >background (why plink is used): --snip > If you can't duplicate this problem with "off-the-shelf" components --snip test case w/"off-the-shelf" components: October 29 cygwin1.dll s

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread Tim Prince
Andrew DeFaria wrote: It says "PuTTY is a client program for the SSH, Telnet and Rlogin network protocols". I don't get it. In Cygwin you have all of ssh, telnet and rlogin/rsh. That being the case why install/use putty or plink? I do use ssh or telnet most of the time, but it's easier t

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread cygwin
This is getting a bit OT- I still plan post an example that does not use plink, may hunch is that the problem will still show up.. we'll see. On Sun 12/18/05 8:33 PST Andrew DeFaria wrote: > [EMAIL PROTECTED] wrote: > > >> You seem to be expecting that the people whom you'd like to debug > >>

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: You seem to be expecting that the people whom you'd like to debug your problem would know what "plink" is. Sorry, it's closely related to putty. I don't have a good link specifically for plink.. http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html It says "P

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-18 Thread cygwin
On Sat 12/17/05 16:45 EST cygwin@cygwin.com wrote: > On Sat, Dec 17, 2005 at 01:52:17PM -0600, Tom Rodman wrote: > >background (why plink is used): > > > >We have a wrapper script that runs plink to start a localhost ssh > >session w/password authentication. This wrapper script is designed to > >r

Re: STDOUT of non cygwin command lost (in automated ssh session)

2005-12-17 Thread Christopher Faylor
On Sat, Dec 17, 2005 at 01:52:17PM -0600, Tom Rodman wrote: >background (why plink is used): > >We have a wrapper script that runs plink to start a localhost ssh >session w/password authentication. This wrapper script is designed to >run a command after the ssh login. (We also have a similar cygw

STDOUT of non cygwin command lost (in automated ssh session)

2005-12-17 Thread Tom Rodman
background (why plink is used): We have a wrapper script that runs plink to start a localhost ssh session w/password authentication. This wrapper script is designed to run a command after the ssh login. (We also have a similar cygwin expect script.) The benefit- network drives are writable