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

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

version 1.54, 2018/10/14 16:15:54 version 1.55, 2018/10/14 16:26:29
Line 354 
Line 354 
       </ul>        </ul>
     <li>Non-exhaustive list of Bugfixes:      <li>Non-exhaustive list of Bugfixes:
       <ul>        <ul>
   
         <li><a href="http://man.openbsd.org/ssh.1">ssh(1)</a>ssh(1),
           <a href="http://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
           avoid spurious "invalid format" errors when attempting to load
           PEM private keys while using an incorrect passphrase.
         <li><a href="http://man.openbsd.org/sshd.8">sshd(8)</a>: when a
           channel closed message is received from a client, close the
           stderr file descriptor at the same time stdout is closed. This
           avoids stuck processes if they were waiting for stderr to
           close and were insensitive to stdin/out closing.
       <li><a href="http://man.openbsd.org/ssh.1">ssh(1)</a>: allow        <li><a href="http://man.openbsd.org/ssh.1">ssh(1)</a>: allow
         ForwardX11Timeout=0 to disable the untrusted X11 forwarding          ForwardX11Timeout=0 to disable the untrusted X11 forwarding
         timeout and support X11 forwarding indefinitely.  Previously          timeout and support X11 forwarding indefinitely.  Previously
Line 369 
Line 379 
       <li><a href="http://man.openbsd.org/ssh.1">ssh(1)</a>: fix        <li><a href="http://man.openbsd.org/ssh.1">ssh(1)</a>: fix
         regression in OpenSSH 7.8 that could prevent public-key          regression in OpenSSH 7.8 that could prevent public-key
         authentication using certificates hosted in          authentication using certificates hosted in
         a <a href="http://man.openbsd.org/ssh.1">ssh-agent(1)</a> or          a <a href="http://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> or
         against <a href="http://man.openbsd.org/sshd.8">sshd(8)</a>          against <a href="http://man.openbsd.org/sshd.8">sshd(8)</a>
         from OpenSSH <7.8.          from OpenSSH <7.8.
       </ul>        </ul>

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