You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2017/06/29 09:35:00 UTC

[jira] [Updated] (SSHD-732) ClientIdentitiesWatcher should load keys one at a time

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

Guillaume Nodet updated SSHD-732:
---------------------------------
    Fix Version/s:     (was: 1.5.0)
                   1.6.0

> ClientIdentitiesWatcher should load keys one at a time
> ------------------------------------------------------
>
>                 Key: SSHD-732
>                 URL: https://issues.apache.org/jira/browse/SSHD-732
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Critical
>             Fix For: 1.6.0
>
>         Attachments: org.apache.sshd.common.auth.AuthenticationTest-output.txt, org.apache.sshd.common.auth.AuthenticationTest.txt
>
>
> The keys are loaded into a List<KeyPair> instead of using an Iterable<KeyPair> which could allow lazy loading the keys.
> The problem is that loading keys can require passwords, thus asking the user for passwords which may not be used.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)