=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.30.2.1 retrieving revision 1.30.2.2 diff -u -r1.30.2.1 -r1.30.2.2 --- src/usr.bin/ssh/readconf.h 2001/09/27 19:03:55 1.30.2.1 +++ src/usr.bin/ssh/readconf.h 2001/11/15 00:15:19 1.30.2.2 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: readconf.h,v 1.30.2.1 2001/09/27 19:03:55 jason Exp $"); */ +/* RCSID("$OpenBSD: readconf.h,v 1.30.2.2 2001/11/15 00:15:19 miod Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -101,6 +101,7 @@ int num_remote_forwards; Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; int clear_forwardings; + int no_host_authentication_for_localhost; } Options;