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

Diff for /src/usr.bin/ssh/sshd_config between version 1.69 and 1.69.2.2

version 1.69, 2004/05/23 23:59:53 version 1.69.2.2, 2005/09/02 03:45:01
Line 10 
Line 10 
   
 #Port 22  #Port 22
 #Protocol 2,1  #Protocol 2,1
   #AddressFamily any
 #ListenAddress 0.0.0.0  #ListenAddress 0.0.0.0
 #ListenAddress ::  #ListenAddress ::
   
Line 24 
Line 25 
 #ServerKeyBits 768  #ServerKeyBits 768
   
 # Logging  # Logging
 #obsoletes QuietMode and FascistLogging  # obsoletes QuietMode and FascistLogging
 #SyslogFacility AUTH  #SyslogFacility AUTH
 #LogLevel INFO  #LogLevel INFO
   
Line 77 
Line 78 
 #UseLogin no  #UseLogin no
 #UsePrivilegeSeparation yes  #UsePrivilegeSeparation yes
 #PermitUserEnvironment no  #PermitUserEnvironment no
 #Compression yes  #Compression delayed
 #ClientAliveInterval 0  #ClientAliveInterval 0
 #ClientAliveCountMax 3  #ClientAliveCountMax 3
 #UseDNS yes  #UseDNS yes

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.69.2.2