=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- src/usr.bin/ssh/servconf.c 2011/05/20 00:55:02 1.216 +++ src/usr.bin/ssh/servconf.c 2011/05/20 02:00:19 1.217 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.216 2011/05/20 00:55:02 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.217 2011/05/20 02:00:19 dtucker Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -1461,6 +1461,10 @@ M_CP_STROPT(authorized_keys_file); M_CP_STROPT(authorized_principals_file); + /* + * The only things that should be below this point are string options + * which are only used after authentication. + */ if (preauth) return; M_CP_STROPT(adm_forced_command);