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

Diff for /www/37.html between version 1.57 and 1.58

version 1.57, 2005/03/31 15:51:37 version 1.58, 2005/04/01 03:49:07
Line 250 
Line 250 
 <ul>  <ul>
 <li>Local, remote and dynamic port forwards may be configured to listen on  <li>Local, remote and dynamic port forwards may be configured to listen on
     specific IP addresses.      specific IP addresses.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">
     >sshd_config(5)</a> now understands      sshd_config(5)</a> now understands
     "GatewayPorts clientspecified" to allow client-specified      "GatewayPorts clientspecified" to allow client-specified
     listen addresses in remote port forwards.  The existing      listen addresses in remote port forwards.  The existing
     behaviour for "yes" and "no" is maintained.      behaviour for "yes" and "no" is maintained.
 <li>known_hosts files may be hashed to provide privacy if they are later  <li>known_hosts files may be hashed to provide privacy if they are later
     disclosed.      disclosed.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1"  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">
     >ssh-keygen(1)</a> has additional modes to generate and manage hashed      ssh-keygen(1)</a> has additional modes to generate and manage hashed
     known_hosts files.      known_hosts files.
 <li>Users will be warned of impending password and account expiry.  <li>Users will be warned of impending password and account expiry.
 <li>Corrupt keys in authorized_keys are now handled gracefully.  <li>Corrupt keys in authorized_keys are now handled gracefully.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1"  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">
     >sftp(1)</a> has speed improvements for "ls" and now uses      sftp(1)</a> has speed improvements for "ls" and now uses
     libedit for command line editing and history.      libedit for command line editing and history.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8"  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">
     >sshd(8)</a> will now log the source of connections denied by AllowUsers,      sshd(8)</a> will now log the source of connections denied by AllowUsers,
     DenyUsers, AllowGroups and DenyGroups.      DenyUsers, AllowGroups and DenyGroups.
 <li>AddressFamily option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"  <li>AddressFamily option in
     >sshd_config(5)</a> now has an AddressFamily option to provide global      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">
       sshd_config(5)</a> now has an AddressFamily option to provide global
     control of IPv4 and IPv6 usage by      control of IPv4 and IPv6 usage by
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8"      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">
     >sshd(8)</a>.      sshd(8)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1"  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">
     >ssh(1)</a>'s multiplex (ControlMaster) mode has been improved and now      ssh(1)</a>'s multiplex (ControlMaster) mode has been improved and now
     provides additional capabilities such as checking if the master is alive,      provides additional capabilities such as checking if the master is alive,
     obtaining its process ID and requesting that it shut down.      obtaining its process ID and requesting that it shut down.
 </ul>  </ul>

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58