Latest ssh can not be spawned from expect.

2004-08-23 Thread Andrew Louder
To whom it may concern: My script works on a older cygwin software: expect == 5.26 ssh == OpenSSH_3.6.1p2 My script fails on a current cygwin software: expect == 5.26 ssh == OpenSSH_3.8.1p1 The symptons show that expect can not recognize the ssh output, so I will be prompted over and over

Re: Latest ssh can not be spawned from expect.

2004-08-23 Thread Igor Pechtchanski
On Mon, 23 Aug 2004, Andrew Louder wrote: To whom it may concern: My script works on a older cygwin software: expect == 5.26 ssh == OpenSSH_3.6.1p2 My script fails on a current cygwin software: expect == 5.26 ssh == OpenSSH_3.8.1p1 The symptons show

Re: Latest ssh can not be spawned from expect.

2004-08-23 Thread Andrew Louder
Igor, Thankyou for your reply. Actually I am running expect out of /usr/bin/expect, the comment line in the shell script is ignored since I am not relying on the shell script to be executable when I run the script. I have no other unix tools installed on my PC. I got the version numbers

RE: Latest ssh can not be spawned from expect.

2004-08-23 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 23 August 2004 16:56 My script works on a older cygwin software: expect == 5.26 ssh == OpenSSH_3.6.1p2 My script fails on a current cygwin software: expect == 5.26

RE: Latest ssh can not be spawned from expect.

2004-08-23 Thread Andrew Louder
Both machines report: $ runtest -version WARNING: Couldn't find the global config file. Expect version is 5.26 Tcl version is 8.4 Framework version is1.4.2.x I did use ssh -v to show that my two installations version numbers. Have you tried my script on your installation? ---

RE: Latest ssh can not be spawned from expect.

2004-08-23 Thread Dave Korn
-Original Message- From: Andrew Louder [mailto:[EMAIL PROTECTED] Sent: 23 August 2004 18:16 To: Dave Korn; cygwin Subject: RE: Latest ssh can not be spawned from expect. Both machines report: $ runtest -version WARNING: Couldn't find the global config file. Expect version

RE: Latest ssh can not be spawned from expect.

2004-08-23 Thread Andrew Louder
ssh can not be spawned from expect. Both machines report: $ runtest -version WARNING: Couldn't find the global config file. Expect version is 5.26 Tcl version is 8.4 Framework version is1.4.2.x I did use ssh -v to show that my two installations version

RE: Latest ssh can not be spawned from expect.

2004-08-23 Thread Dave Korn
-Original Message- From: Andrew Louder Sent: 23 August 2004 19:17 To: Dave Korn; cygwin Subject: RE: Latest ssh can not be spawned from expect. Yep, The machine is firewalled off. Do you have another machine your network you can test the script? Heh, sorry; I've not got