Forum Discussion
Sharath
Neophyte
Mike Moniz, Can you suggest how to achieve this?
Mike_Moniz
6 days agoProfessor
I don't really know Cisco very well, might be best to talk with LM support.
In case it is an issue with ssh and Expect, try switching between the jsch and sshj libraries as mentioned at https://www.logicmonitor.com/support/terminology-syntax/scripting-support/groovy-or-expect-text-based-interaction
Expect.open(host, user, password, "lib=jsch");
Expect.open(host, user, password, "lib=sshj");
Related Content
- 11 months ago
- 8 months ago
- 2 years ago