[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.381 and 1.382

version 1.381, 2021/07/02 05:11:21 version 1.382, 2021/09/06 00:36:01
Line 462 
Line 462 
         sPort, sHostKeyFile, sLoginGraceTime,          sPort, sHostKeyFile, sLoginGraceTime,
         sPermitRootLogin, sLogFacility, sLogLevel, sLogVerbose,          sPermitRootLogin, sLogFacility, sLogLevel, sLogVerbose,
         sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup,          sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup,
         sKerberosGetAFSToken, sChallengeResponseAuthentication,          sKerberosGetAFSToken, sPasswordAuthentication,
         sPasswordAuthentication, sKbdInteractiveAuthentication,          sKbdInteractiveAuthentication, sListenAddress, sAddressFamily,
         sListenAddress, sAddressFamily,  
         sPrintMotd, sPrintLastLog, sIgnoreRhosts,          sPrintMotd, sPrintLastLog, sIgnoreRhosts,
         sX11Forwarding, sX11DisplayOffset, sX11UseLocalhost,          sX11Forwarding, sX11DisplayOffset, sX11UseLocalhost,
         sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive,          sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive,

Legend:
Removed from v.1.381  
changed lines
  Added in v.1.382