=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- src/usr.bin/ssh/servconf.h 2023/01/06 02:47:19 1.158 +++ src/usr.bin/ssh/servconf.h 2023/01/17 09:44:48 1.159 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.158 2023/01/06 02:47:19 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.159 2023/01/17 09:44:48 djm Exp $ */ /* * Author: Tatu Ylonen @@ -231,6 +231,8 @@ char **channel_timeouts; /* inactivity timeout by channel type */ u_int num_channel_timeouts; + + int unused_connection_timeout; } ServerOptions; /* Information about the incoming connection as used by Match */