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
- 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
&
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 key
anurag shukla 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 hosts, thi
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 wit
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 "
6 matches
Mail list logo