[Bug 936] S/Key authentication fails if UsePAM=no
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Oct 7 20:23:58 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=936
------- Additional Comments From ulm at kph.uni-mainz.de 2004-10-07 20:23 -------
I have applied your patch. Unfortunately, it does not work correctly:
ssh asks for the "S/Key Password:" 6 times instead of 3 times.
The reason seems to be that remove_kbdint_device leaves a duplicate
entry in the devices array:
+ for (i = 0; devices[i] != NULL; i++)
+ if (strcmp(devices[i]->name, devname) == 0) {
+ devices[i] = devices[i+1];
+ i--;
+ }
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list