machristie commented on issue #33: URL: https://github.com/apache/airavata-mft/issues/33#issuecomment-813556118
@DImuthuUpe I have this fixed for now but I think there are still a few issues here: - exception handling needs to be fixed in HttpServerHandler. The [pullStatusFuture](https://github.com/apache/airavata-mft/blob/machristie/issue33/agent/src/main/java/org/apache/airavata/mft/agent/http/HttpServerHandler.java#L128) results in an Exception when the key file is not a supported format and then the connection just hangs. - SCPReceiver/SCPSender use JSch but the rest of the codebase uses ssh4j. Would it be possible to switch SCPReceiver/SCPSender to ssh4j too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
