Results 83 comments of David Handermann

@h3xstream Thanks for merging the pull requests for XXE detection for XML Validator and SchemaFactory. With these changes, it looks like this issue can be closed.

@CloudWise-Lukemiao as mentioned earlier, there is more implementation discussion on [NIFI-10234](https://issues.apache.org/jira/browse/NIFI-10234) and ongoing work for a PutIoTDB Processor in PR #6416. With that background, it seems best to close this...

Posted reply to [discussion question](https://github.com/hierynomus/sshj/discussions/798#discussioncomment-4395946) mentioning `Connection.setMaxPacketSize()`.

Just to highlight the most recent failures, the following tests and methods are visible in the system test action logs. ``` Error: ClusteredRegistryClientIT>RegistryClientIT.testChangeConnectionDestinationRemoveOldAndMoveGroup:163 » NiFiClient Error starting version control: Failed...

Concurring with @bejancsaba, it would be helpful to elaborate on the goal of these changes. I updated the pull request title to reflect that fact that the changes related to...

@rliszli This seems close to completion, aside from the one merge conflict. @bejancsaba I will defer to you for further review.

@rliszli and @bejancsaba any updates on bringing this pull request to completion?

@sergi-mm It sounds like the problem could be similar to issue #789. If the SSH server is expecting the legacy `ssh-rsa` algorithm, it could be failing due to SSHJ attempting...

According to the [last comment](https://github.com/hierynomus/sshj/issues/789#issuecomment-1140972711) on issue #789, it sounds like authentication with the `ssh-rsa` algorithm could still fail if the SSH server had a MaxAuthTries setting of 2: >...

Thanks for the providing the debug logs @sawanverma, this line indicates a problem: ``` Could not load keys from /home/gbt/.ssh/id_rsa due to: No provider available for OpenSSH key file ```...