GitHub user daik opened a pull request:
https://github.com/apache/mina-sshd/pull/42
SSHD-746 add minimal support so IPv6 addresses do not throw exceptions.
This is the bare minimum required to make it possible to connect to hosts
identified by an IPv6 address. I have tested this to confirm it works. The aim
here is to make it possible (i.e no exceptions thrown) to connect to hosts
defined by only an IPv6 address.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daik/mina-sshd master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/42.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 #42
----
commit 3e429dc5fa56d8759ad90ee1d822889c59ed62c4
Author: Daniel Kjellin <dkjellin@...>
Date: 2018-01-08T22:34:13Z
SSHD-746 add minimal support so IPv6 addresses do not throw exceptions.
----
---