[GitHub] mina-sshd pull request #71: OpenSSH client creates hash with port, mina shou...

2018-10-18 Thread lgoldstein
Github user lgoldstein closed the pull request at:

https://github.com/apache/mina-sshd/pull/71


---


[GitHub] mina-sshd pull request #71: OpenSSH client creates hash with port, mina shou...

2018-10-17 Thread lgoldstein
GitHub user lgoldstein opened a pull request:

https://github.com/apache/mina-sshd/pull/71

OpenSSH client creates hash with port, mina should be able to verify …

…that hash

Compare hash with `[host]:port` if port is non-standard

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/NLeSC/mina-sshd hashed-known-host-port

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/71.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #71


commit 5c380939b3af687619514d378a6fab43cf6ae585
Author: Stefan Verhoeven 
Date:   2018-10-17T17:32:16Z

OpenSSH client creates hash with port, mina should be able to verify that 
hash

Compare hash with `[host]:port` if port is non-standard




---