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

Diff for /www/37.html between version 1.54 and 1.55

version 1.54, 2005/03/26 18:23:38 version 1.55, 2005/03/29 12:57:05
Line 230 
Line 230 
   
 <li>OpenSSH 4.1:  <li>OpenSSH 4.1:
 <ul>  <ul>
   <li>Local, remote and dynamic port forwards may be configured to listen on
       specific IP addresses.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5"
       >sshd_config(5)</a> now understands
       "GatewayPorts clientspecified" to allow client-specified
       listen addresses in remote port forwards.  The existing
       behaviour for "yes" and "no" is maintained.
   <li>known_hosts files may be hashed to provide privacy if they are later
       disclosed.
   <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
       known_hosts files.
   <li>Users will be warned of impending password and account expiry.
   <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"
       >sftp(1)</a> has speed improvements for "ls" and now uses
       libedit for command line editing and history.
   <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,
       DenyUsers, AllowGroups and DenyGroups.
   <li>AddressFamily option in <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
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8"
       >sshd(8)</a>.
   <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
       provides additional capabilities such as checking if the master is alive,
       obtaining its process ID and requesting that it shut down.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55