Logging of key fingerprint / comment with v3.4p1

Markus Friedl markus at openbsd.org
Mon Aug 12 20:47:20 EST 2002


On Fri, Aug 09, 2002 at 03:36:20PM +0200, Thomas Binder wrote:
> --- openssh-3.4p1.orig/auth-rsa.c	Tue Jun 11 17:47:42 2002
> +++ openssh-3.4p1/auth-rsa.c	Tue Jul  2 12:43:58 2002
> @@ -259,6 +259,8 @@
>  			continue;
>  
>  		/* break out, this key is allowed */
> + 		log("User %s authenticated by line \"%s\" of %s",
> + 			pw->pw_name, strtok(line, "\r\n"), file);
>  		allowed = 1;
>  		break;

the user is not authenticated at this poit.

just the key is allowed.



More information about the openssh-unix-dev mailing list