[ 
https://issues.apache.org/jira/browse/SSHD-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved SSHD-199.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/mina/sshd/trunk ...
        M       sshd-core/src/main/java/org/apache/sshd/SshServer.java
Committed r1429807

Thx a ton for the patch !
                
> Support binding SSHd to multiple addresses
> ------------------------------------------
>
>                 Key: SSHD-199
>                 URL: https://issues.apache.org/jira/browse/SSHD-199
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.9.0
>            Reporter: Sebastian Marsching
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: sshd-multiple-addresses.patch
>
>
> At the moment the SSHd can only be bound to a single IP address.
> If null is supplied to the SshServer#setHost(String) method, the SSHd binds 
> to all local addresses (that is the default behavior if an InetSocketAddr is 
> created without an explicit address).
> However, if a hostname or IP address is specified, the SSHd only binds to 
> this address. If the hostname points to an IPv4 as well as an IPv6 address. 
> SSHd only binds to the IPv4 address.
> Desired behavior:
> If a hostname is specified that points to an IPv4 and IPv6 address, SSHd 
> should bind to both addresses. If multiple addresses or hostnames are 
> specified (e.g. separated by commas), SSHd should bind to all those addresses.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to