jgit/org.eclipse.jgit.ssh.apache
Thomas Wolf 63a87b398f Apache MINA sshd client: respect NumberOfPasswordPrompts
Set the internal property on the session as defined in the ssh config.

Note that NumberOfPasswordPrompts in openssh applies independently to
both user logins in keyboard-interactive authentication _and_ to
passphrases for identity files (encrypted keys). Apache MINA sshd uses
the setting only for keyboard-interactive authentication, but not for
identity file passphrase prompts. For identity files, it asks exactly
once. This has been reported as issue SSHD-850 upstream.[1]

[1] https://issues.apache.org/jira/browse/SSHD-850

Bug: 520927
Change-Id: I390ffe9e1c52b96d3e8e28fd8edbdc73dde9edb4
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2018-11-13 10:49:26 -08:00
..
.settings Apache MINA sshd client 2018-11-13 10:49:26 -08:00
META-INF Add ssh tests for PreferredAuthentications 2018-11-13 10:49:26 -08:00
resources/org/eclipse/jgit/internal/transport/sshd Apache MINA sshd client: respect NumberOfPasswordPrompts 2018-11-13 10:49:26 -08:00
src/org/eclipse/jgit Apache MINA sshd client: respect NumberOfPasswordPrompts 2018-11-13 10:49:26 -08:00
.classpath Apache MINA sshd client 2018-11-13 10:49:26 -08:00
.fbprefs Apache MINA sshd client 2018-11-13 10:49:26 -08:00
.gitignore Apache MINA sshd client 2018-11-13 10:49:26 -08:00
.project Apache MINA sshd client 2018-11-13 10:49:26 -08:00
BUILD Apache MINA sshd client 2018-11-13 10:49:26 -08:00
about.html Apache MINA sshd client 2018-11-13 10:49:26 -08:00
build.properties Apache MINA sshd client 2018-11-13 10:49:26 -08:00
plugin.properties Apache MINA sshd client 2018-11-13 10:49:26 -08:00
pom.xml Add features for the Apache MINA sshd implementation 2018-11-13 10:49:26 -08:00