[BACK]Return to servconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.c between version 1.361 and 1.362

version 1.361, 2020/03/06 18:29:54 version 1.362, 2020/04/17 03:23:13
Line 572 
Line 572 
         { "addressfamily", sAddressFamily, SSHCFG_GLOBAL },          { "addressfamily", sAddressFamily, SSHCFG_GLOBAL },
         { "printmotd", sPrintMotd, SSHCFG_GLOBAL },          { "printmotd", sPrintMotd, SSHCFG_GLOBAL },
         { "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },          { "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
         { "ignorerhosts", sIgnoreRhosts, SSHCFG_GLOBAL },          { "ignorerhosts", sIgnoreRhosts, SSHCFG_ALL },
         { "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },          { "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },
         { "x11forwarding", sX11Forwarding, SSHCFG_ALL },          { "x11forwarding", sX11Forwarding, SSHCFG_ALL },
         { "x11displayoffset", sX11DisplayOffset, SSHCFG_ALL },          { "x11displayoffset", sX11DisplayOffset, SSHCFG_ALL },
Line 2406 
Line 2406 
         M_CP_INTOPT(kbd_interactive_authentication);          M_CP_INTOPT(kbd_interactive_authentication);
         M_CP_INTOPT(permit_root_login);          M_CP_INTOPT(permit_root_login);
         M_CP_INTOPT(permit_empty_passwd);          M_CP_INTOPT(permit_empty_passwd);
           M_CP_INTOPT(ignore_rhosts);
   
         M_CP_INTOPT(allow_tcp_forwarding);          M_CP_INTOPT(allow_tcp_forwarding);
         M_CP_INTOPT(allow_streamlocal_forwarding);          M_CP_INTOPT(allow_streamlocal_forwarding);

Legend:
Removed from v.1.361  
changed lines
  Added in v.1.362