From 3dd88e844fe9f6671b1c4959ce4e7a35f9184e07 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 25 Jul 2008 09:44:11 +0000 Subject: add GSSAPIKeyExchange, GSSAPIStrictAcceptorCheck, and PermitBlacklistedKeys to sshd -T configuration dump --- servconf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'servconf.c') diff --git a/servconf.c b/servconf.c index 6760401ff..66ce39026 100644 --- a/servconf.c +++ b/servconf.c @@ -1599,7 +1599,9 @@ dump_config(ServerOptions *o) dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup); dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token); dump_cfg_fmtint(sGssAuthentication, o->gss_authentication); + dump_cfg_fmtint(sGssKeyEx, o->gss_keyex); dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); + dump_cfg_fmtint(sGssStrictAcceptor, o->gss_strict_acceptor); dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); dump_cfg_fmtint(sKbdInteractiveAuthentication, o->kbd_interactive_authentication); @@ -1611,6 +1613,7 @@ dump_config(ServerOptions *o) dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); dump_cfg_fmtint(sStrictModes, o->strict_modes); dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); + dump_cfg_fmtint(sPermitBlacklistedKeys, o->permit_blacklisted_keys); dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd); dump_cfg_fmtint(sPermitUserEnvironment, o->permit_user_env); dump_cfg_fmtint(sUseLogin, o->use_login); -- cgit v1.2.3