Jean BENOIT
2008-01-14 18:09:56 UTC
Hello,
jlogin stopped working after I upgraded expect.
I am using expect-devel from the FreeBSD ports,
which is based on expect 5.44.1
(reasons for upgrading expect :
http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/002672.html
)
While doing a ssh password authentication on a
Juniper router, expect finds no matching expression.
Previous version of expect was tolerant with this line :
"\[Pp]assword:" {
sleep 1; send "$passwd\r"
exp_continue
}
The "-re" flag should be provided for this line to work.
--
Jean
jlogin stopped working after I upgraded expect.
I am using expect-devel from the FreeBSD ports,
which is based on expect 5.44.1
(reasons for upgrading expect :
http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/002672.html
)
While doing a ssh password authentication on a
Juniper router, expect finds no matching expression.
Previous version of expect was tolerant with this line :
"\[Pp]assword:" {
sleep 1; send "$passwd\r"
exp_continue
}
The "-re" flag should be provided for this line to work.
--
Jean