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 Andrew Louder
by running ssh -v and expect -v. Andy --- Igor Pechtchanski [EMAIL PROTECTED] wrote: 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

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 Andrew Louder
Yep, The machine is firewalled off. Do you have another machine your network you can test the script? --- Dave Korn [EMAIL PROTECTED] wrote: -Original Message- From: Andrew Louder [mailto:[EMAIL PROTECTED] Sent: 23 August 2004 18:16 To: Dave Korn; cygwin Subject: RE: Latest

Problem with cygwin expect calling ssh.

2004-08-21 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