[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.341 and 1.342

version 1.341, 2018/09/20 03:28:06 version 1.342, 2018/09/20 23:40:16
Line 594 
Line 594 
         { "disableforwarding", sDisableForwarding, SSHCFG_ALL },          { "disableforwarding", sDisableForwarding, SSHCFG_ALL },
         { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL },          { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL },
         { "rdomain", sRDomain, SSHCFG_ALL },          { "rdomain", sRDomain, SSHCFG_ALL },
           { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL },
         { NULL, sBadOption, 0 }          { NULL, sBadOption, 0 }
 };  };
   

Legend:
Removed from v.1.341  
changed lines
  Added in v.1.342