S/Key solution

Gert Doering gert at greenie.muc.de
Mon Nov 13 07:30:08 EST 2000


Hi,

On Thu, Nov 09, 2000 at 06:00:12PM -0600, Ben Lindstrom wrote:
> Gert, let me know if this fixes the problem.  It does under Linux/i86.
> 
> --- ../openssh/auth1.c	Sat Oct 14 00:23:11 2000
> +++ auth1.c	Thu Nov  9 18:47:20 2000
> @@ -273,7 +273,7 @@
>  			if (options.skey_authentication == 1) {
>  				char *skeyinfo = NULL;
>  				if (pw != NULL)
> -					skey_keyinfo(pw->pw_name);
> +					skeyinfo = skey_keyinfo(pw->pw_name);
>  				if (skeyinfo == NULL) {

Well, this fix is "obviously correct" :-)

Nevertheless, I've just tested it, and yes, it fixes things.  Now S/Key
works just as expected.

Thanks!

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             gert at greenie.muc.de
fax: +49-89-35655025                        gert.doering at physik.tu-muenchen.de





More information about the openssh-unix-dev mailing list