Alon Bar-Lev created SSHD-304:
---------------------------------
Summary: [regression] ClientSession.WAIT_AUTH does not wait for
server key to be available
Key: SSHD-304
URL: https://issues.apache.org/jira/browse/SSHD-304
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 0.10.1, 0.10.0, 0.11.0
Environment: server: openssh.
attached test program.
Reporter: Alon Bar-Lev
Fix For: 0.9.0
Hello,
Up to 0.9.0 release waiting for WAIT_AUTH was enough to examine server key
before proceeding and authenticating.
Since 0.10.0 the WAIT_AUTH happens before ServerKeyVerifier is called, so a
simple sequence of acquire host key without authentication is not possible as
far as I can see.
bisected to:
commit 03aa3979d47b92ad7b01fcfe1e2833a050b7118d
Author: Guillaume Nodet <[email protected]>
Date: Wed Jan 29 12:01:53 2014 +0100
[SSHD-282] Abstract the SSH Service to make it more pluggable
--
This message was sent by Atlassian JIRA
(v6.2#6252)