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:16:10 UTC

[jira] [Updated] (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 updated SSHD-599:
--------------------------------
    Summary: Allow per-session override of KEX and authentication related configuration  (was: Allow per-session override of KEX related configuration)

> 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
>
> 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)