From 234b3f795693bf1951305350914d19b97a450203 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 24 Jul 2008 10:01:28 +0000 Subject: typo --- debian/changelog | 2 +- servconf.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28d579080..357eefbb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -138,7 +138,7 @@ openssh (1:5.1p1-1) UNRELEASED; urgency=low + ssh(1) now reports multiplexing errors via the multiplex slave's stderr where possible (subject to LogLevel in the mux master). + Prevent sshd(8) from erroneously applying public key restrictions - leaned from ~/.ssh/authorized_keys to other authentication methods + gleaned from ~/.ssh/authorized_keys to other authentication methods when public key authentication subsequently fails (LP: #161047). + Fixed an UMAC alignment problem that manifested on Itanium platforms. 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