[openssh-commits] [openssh] branch master updated (86936ec -> 46347ed)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 30 22:47:19 AEDT 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  86936ec   upstream commit
       new  802660c   upstream commit
       new  46347ed   upstream commit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 46347ed5968f582661e8a70a45f448e0179ca0ab
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 11:43:14 2015 +0000

    upstream commit
    
    Add a ssh_config HostbasedKeyType option to control which
     host public key types are tried during hostbased authentication.
    
    This may be used to prevent too many keys being sent to the server,
    and blowing past its MaxAuthTries limit.
    
    bz#2211 based on patch by Iain Morgan; ok markus@

commit 802660cb70453fa4d230cb0233bc1bbdf8328de1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 30 10:44:49 2015 +0000

    upstream commit
    
    set a timeout to prevent hangs when talking to busted
     servers; ok markus@

Summary of changes:
 readconf.c    |  25 ++++-
 readconf.h    |   4 +-
 scp.1         |   5 +-
 sftp.1        |   5 +-
 ssh-keyscan.c |   3 +-
 ssh.1         |   5 +-
 ssh_config.5  |  15 ++-
 sshconnect2.c | 306 +++++++++++++++++++++++++++++++++++++---------------------
 8 files changed, 247 insertions(+), 121 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list