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

Diff for /www/44.html between version 1.14 and 1.15

version 1.14, 2008/08/22 20:08:14 version 1.15, 2008/08/23 18:03:36
Line 162 
Line 162 
   
 <li>Install/Upgrade process changes:  <li>Install/Upgrade process changes:
 <ul>  <ul>
   <li>A new tool
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=1">
       sysmerge(1)</a>, derived from the old mergemaster port, makes
       it easier to merge configuration files changes during an upgrade.
   <li>Allow to install and boot OpenBSD an OpenBSD A6 partition and disklabel
       in an extended DOS partition on i386 and amd64.
 <li>...  <li>...
 </ul>  </ul>
 <p>  <p>
   
 <li>OpenSSH 5.0:  <li>OpenSSH 5.1:
 <ul>  <ul>
 <li>...  <li>New experimental fingerprint ASCII art visualisation system for easier
       verification of remote keys.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2">
       chroot(2)</a> support for
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
   <li>Added an extended test mode (-T) to
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
   <li>Make
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
       support negation of groups in a "Match group" block.
   <li>Increaded the ephemeral key size in protocol1 from 768 to 1024 bits.
   <li>Better tests of primes in /etc/moduli
   <li>Refuse to read .shosts or authorized_keys files yhat are not regular
       files.
   <li>Enable ~ escapes for multiplex slave sessions.
   <li>Support CIDR adress matching in Match bocks and authorized_keys
       from="..." stanzas.
   <li>Make port forwarding code try additional addresses when connecting to
       a destination whose DNS name resolves to more than one address.
   <li>Make the maximum number of
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
       sessions run-time contollable via MaxSessions in
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5">
       ssh_config(5)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_scan&sektion=1">
       ssh_scan(1)</a> now defaults to RSA protocole 2 keys, instead of RSA1.
   <li>Added an extension to sftp protocol to implement
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statvfs&sektion=2">
       statvfs(2)</a>-like operations and add a df command to
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">
       sftp(1)</a>.
   <li>Disable execution of /.ssh/rc for sessions where a command has been
       forced by the sshd_config ForceCommand directive.
   <li>And several bug fixes and performance enhancements.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15