You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/11/26 06:28:10 UTC

[jira] [Resolved] (SSHD-599) Allow per-session override of KEX and authentication related configuration

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

Goldstein Lyor resolved SSHD-599.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

> Allow per-session override of KEX and authentication related configuration
> --------------------------------------------------------------------------
>
>                 Key: SSHD-599
>                 URL: https://issues.apache.org/jira/browse/SSHD-599
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Goldstein Lyor
>            Assignee: Goldstein Lyor
>             Fix For: 1.1.0
>
>
> The current code takes everything from the _FactoryManager_ instance - i.e., either the client or the server. By registering a _SessionListener_ one can be notified of session creation **before** the KEX negotiation. The user can then intervene and decide to use a different set of ciphers, MACs, signatures, digests, etc... than default.
> **Note:** If multiple listeners are registered there is no guarantee as to the order of invocation, so if they all attempt to modify the KEX negotiation the result is un-defined.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)