Hi,
I am attempting to use sshj to automate a text based UI that is accessed via ssh.
Using sshj, I am successfully able to authenticate, navigate through a couple of menus, but when I hit a certain menu I am unable to get a response from the server no matter what I send.
This occurs when I use the SSJ rudimentary PTY console provided in the examples. It also happens when I use ExpectIt (
https://github.com/Alexey1Gavrilov/ExpectIt) with SSJ and it occurs when I use JSch. So there is almost certainly something i'm doing wrong, I just don't know what it is.
If I use command line ssh I have no problems navigating past the menu.
I am looking for any guidance as to how I can diagnose the problem and move forward. Any thanks would be greatly appreciated.
Rob