View | Details | Raw Unified | Return to bug 1521
Collapse All | Expand All

(-)servconf.c (-1 / +2 lines)
Lines 380-386 Link Here
380
	{ "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
380
	{ "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
381
	{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
381
	{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
382
	{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
382
	{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
383
	{ "permitemptypasswords", sEmptyPasswd, SSHCFG_GLOBAL },
383
	{ "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
384
	{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
384
	{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
385
	{ "uselogin", sUseLogin, SSHCFG_GLOBAL },
385
	{ "uselogin", sUseLogin, SSHCFG_GLOBAL },
386
	{ "compression", sCompression, SSHCFG_GLOBAL },
386
	{ "compression", sCompression, SSHCFG_GLOBAL },
Lines 1377-1382 Link Here
1377
	M_CP_INTOPT(kerberos_authentication);
1377
	M_CP_INTOPT(kerberos_authentication);
1378
	M_CP_INTOPT(hostbased_authentication);
1378
	M_CP_INTOPT(hostbased_authentication);
1379
	M_CP_INTOPT(kbd_interactive_authentication);
1379
	M_CP_INTOPT(kbd_interactive_authentication);
1380
	M_CP_INTOPT(permit_empty_passwd);
1380
	M_CP_INTOPT(permit_root_login);
1381
	M_CP_INTOPT(permit_root_login);
1381
1382
1382
	M_CP_INTOPT(allow_tcp_forwarding);
1383
	M_CP_INTOPT(allow_tcp_forwarding);
(-)sshd_config.5 (+1 lines)
Lines 605-610 Link Here
605
.Cm MaxAuthTries ,
605
.Cm MaxAuthTries ,
606
.Cm MaxSessions ,
606
.Cm MaxSessions ,
607
.Cm PasswordAuthentication ,
607
.Cm PasswordAuthentication ,
608
.Cm PermitEmptyPasswords ,
608
.Cm PermitOpen ,
609
.Cm PermitOpen ,
609
.Cm PermitRootLogin ,
610
.Cm PermitRootLogin ,
610
.Cm RhostsRSAAuthentication ,
611
.Cm RhostsRSAAuthentication ,

Return to bug 1521