Guillaume Nodet created SSHD-732:
------------------------------------
Summary: 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
Fix For: 1.5.0
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.3.15#6346)