Hi @all,
Has anybody out there successfully managed to use SSH command execution with Aruba controllers?
If so, would you mind sharing how exactly you did?
Background: when issuing remote commands to the controller via SSH, e.g. "ssh user@controller show clock" it doesn't return any output, not even when using -t. -v shows the SSH client talking to the controller's SSH server perfectly fine, even up to the point where "Sending command: show clock" happens, but that's about it. No output, over and out.
Just for the records: an interactive session from this client to the controller, of course, works. This is _not_ about how to establish an interactive SSH session, but rather on how to have commands executed remotely).
I keep reading that AWMS, RANCID, Kiwi CatTools et al. are using SSH to talk to controllers, so I assume there has to be a way for this to work.
I'd like to use this for the obvious reason: scripts running on a central linux-host automagically taking care of all kinds of administrative tasks.
Any suggestions, hints or RTFMs (pls. with specific pointers to any documentation I might have missed so far ;) would be highly appreciated.