Re: ssh expect on Cygwin

2004-11-01 Thread Christopher Cobb
- Original Message - From: D N [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: ssh expect on Cygwin Date: Sun, 31 Oct 2004 17:55:13 + Since passwordless authentication is broken on many cygwin systems I use, I end up using the following expect script

Re: ssh expect on Cygwin

2004-11-01 Thread Max Bowsher
Christopher Cobb wrote: - Original Message - From: D N [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: ssh expect on Cygwin Date: Sun, 31 Oct 2004 17:55:13 + Since passwordless authentication is broken on many cygwin systems I use, I end up using the following

Re: ssh expect on Cygwin

2004-10-31 Thread D N
Since passwordless authentication is broken on many cygwin systems I use, I end up using the following expect script (more frequently that I would like). Are you sure you cant just fix the passwordless login? I have cyg on 5 different systems - works like a charm! I use keychain to manage the

Re: ssh expect on Cygwin

2004-10-30 Thread Christopher Cobb
anurag shukla shuklaan at gmail.com writes: I am having a tyical problem with expect. Since passwordless authentication is broken on many cygwin systems I use, I end up using the following expect script (more frequently that I would like). By populating the user and passwd arrays for various

Re: ssh expect on Cygwin

2004-10-20 Thread Brian Dessent
anurag shukla wrote: Hi, I just got your mail id from the Cygwin MAiling list. You're posting to the list, not sending email to any specific person. Most people who post on the list do not want to receive email with questions. That's what the list is for. I am having a tyical problem with

ssh expect on Cygwin

2004-10-19 Thread anurag shukla
Hi, I just got your mail id from the Cygwin MAiling list. I am having a tyical problem with expect. This is the code fragment that is giving me the problem. May be you can help me with this conundrum #!/usr/bin/expect spawn ssh -l $user $box_ip while {1} { expect { -exact