| Summary | Expect driver have trouble with RSA host key |
| Queue | Passwd |
| Queue Version | 3.0 |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | javiercviegas (at) yahoo (dot) com (dot) ar |
| Created | 06/14/2006 (7088 days ago) |
| Due | |
| Updated | 06/21/2006 (7081 days ago) |
| Assigned | |
| Resolved | 06/21/2006 (7081 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
State ⇒ Not A Bug
Priority ⇒ 1. Low
didn't report a bug.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Expect driver have trouble with RSA host key
Queue ⇒ Passwd
passwd to use the expect script to change users passwords on another
host that uses cyrus imap. This is what i get on passwd.log when my
test user try to change the password:
expect: spawn id exp22 not open
while executing
"expect -nobrace -re {The authenticity of host.* can't be established.*
RSA key fingerprint is.*
Are you sure you want to continue connecting.*} {sleep..."
invoked from within
"expect {
-re $fingerprint_string {sleep .5
send yes\r}
-re $password_string {sleep .5
sen..."
(file "/var/www/horde/passwd/config/../scripts/passwd_expect" line 168)
As Eric Rostetter at passwd mailinglist suggested, i´ve tried to make
a manual ssh connecction with the host, and it worked, i mean the key
was saved ok, but i ´m still having the same error on passwd.log
Is there something i can do?
Thanks