This is an automated email from the ASF dual-hosted git repository.

twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


    from b91a42458 [SSHD-1262] Eliminate buffering in TCP/IP port forwarding
     add 7ac921158 [SSHD-1254] Client side implementation of host-bound pubkey 
auth

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 README.md                                          |   1 +
 .../parser/HostBoundPubkeyAuthentication.java      |  72 ++++++++++++
 .../sshd/client/auth/pubkey/UserAuthPublicKey.java |  27 ++++-
 .../DefaultClientKexExtensionHandler.java          |  21 ++++
 .../auth/pubkey/HostBoundPubKeyAuthTest.java       | 122 +++++++++++++++++++++
 .../apache/sshd/client/auth/pubkey/entrypoint.sh   |   5 +
 sshd-mina/pom.xml                                  |   1 +
 sshd-netty/pom.xml                                 |   1 +
 9 files changed, 249 insertions(+), 2 deletions(-)
 create mode 100644 
sshd-common/src/main/java/org/apache/sshd/common/kex/extension/parser/HostBoundPubkeyAuthentication.java
 create mode 100644 
sshd-core/src/test/java/org/apache/sshd/client/auth/pubkey/HostBoundPubKeyAuthTest.java
 create mode 100755 
sshd-core/src/test/resources/org/apache/sshd/client/auth/pubkey/entrypoint.sh

Reply via email to