[BACK]Return to 40.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/40.html between version 1.39 and 1.40

version 1.39, 2006/09/16 11:05:01 version 1.40, 2006/09/16 11:41:42
Line 198 
Line 198 
 </ul>  </ul>
 <p>  <p>
   
 <!-- XXX fill in  
 <li>OpenSSH 4.4:  <li>OpenSSH 4.4:
 <ul>  <ul>
 <li>...  <li>Conditional configuration in <a href=
      "http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"
      >sshd_config(5)</a> using the <b>Match</b> directive.  This allows some
      configuration options to be selectively overridden if specific criteria
      (based on user, group, hostname and/or address) are met.
   <li>Add support for Diffie-Hellman group exchange key agreement with a
      final hash of SHA256.
   <li>Added a <b>ForceCommand</b> directive to <a href=
      "http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"
      >sshd_config(5)</a>, similar to the command="..." option in
      ~/.ssh/authorized_keys.
   <li>Added a <b>PermitOpen</b> directive to <a href=
      "http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"
      >sshd_config(5)</a>, similar to the permitopen="..." option in
      authorized_keys, to allow control over the port-forwardings that a
      user is allowed to establish.
   <li>Added an <b>ExitOnForwardFailure</b> option to cause ssh(1) to exit (with
      a non-zero exit code) when requested port forwardings could not be
      established.
   <li>Added optional logging of transactions to <a href=
      "http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8"
      >sftp-server(8)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1"
      >ssh(1)</a> will now record port numbers for hosts stored in
      ~/.ssh/authorized_keys when a non-standard port has been requested.
   <li>Extended the <a href=
      "http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"
      >sshd_config(5)</a> "SubSystem" directive to allow the
      specification of commandline arguments.
   <li>Many manpage fixes and improvements
 </ul>  </ul>
 <p>  <p>
 -->  
   
 <!-- XXX fill in  <!-- XXX fill in
 <li>OpenBGPD 4.0:  <li>OpenBGPD 4.0:

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40