Hello, I have a question concerning situation when no suitable primes are found (chooseDH(), DGGEX.java file, org.apache.sshd.server.kex package). The intention is defaulting to DHG1 in this situation, however I see that after several tries eventually the operation fails, and there is no switching to DHG1. I also do not see init() called for DHG1 in such situation, just returning: return getDH(new BigInteger(DHGroupData.getG()), new BigInteger(DHGroupData.getP1()));
Could you please confirm that this is an issue? Do you want me to raise an issue in JIRA? Regards, Pawel
