Question about SSH ActiveX Control (General questions)
I am evaluating the SSH control for a project, but one of the things I need to be able to do is use it to log into a Cisco Wireless Controller using SSH and execute one or more commands. I have tried using several examples I found in the forums without success. Using the standard example, I can connect to a Unix box without any problems, but the Cisco WLC keeps giving me fits. I think the biggest problem is the fact that the WLC has a secondary login prompt, and I just don't know how to make the SSH control do what I want it to do. I would appreciate any help that you can provide.
Here is the output of my manually logging into the WLC, and this is after running putty from the command line with parameters like this:
putty -l admin -pw abc123 10.10.10.10
=====================================================================
Using username admin .
(Cisco Controller)
User: admin <--- secondary login
Password:****** <--- secondary pw
(Cisco Controller) >show inv
Switch Description............................... Cisco Controller
Machine Model.................................... AIR-WLC4402-50-K9
Serial Number.................................... xxxxxxxxxxx
Burned-in MAC Address............................ xx:xx:xx:xx:xx:xx
Crypto Accelerator 1............................. Absent
Crypto Accelerator 2............................. Absent
Power Supply 1................................... Absent
Power Supply 2................................... Present, OK
(Cisco Controller) >logout
The system has unsaved changes.
Would you like to save them now? (y/N)
=====================================================================