When issuing the session.execute() command I am seeing the error logs java.lang.NumberFormatException: For input string: "true" . It seems like the input string is "true" if I am starting a session with password authentication and "false" if I try a session with keypair authentication. So I am guessing somewhere in the plugin something is not type'd correctly? Is anyone else seeing this? It is easy enough to reproduce just use the canned workflow from ssh to run a command and you should see this in the warning log. I chased my tail on this one for hours today before realizing it had nothing to do with my code.
Paul.