Comware Wireless / Unified Series
1833055 Members
2380 Online
110049 Solutions
New Discussion

running SSH commands to a HP A8760 hanging

 
nbentzinger
Occasional Visitor

running SSH commands to a HP A8760 hanging

Anyone successfully pulling ssh commands from their A series WAP?

 

I've got schedule rogue-ap scanning going on for PCI compliancy and I would like to pull down the report of all discovered wireless devices (unless you can tell me how to get the list of trusted MAC addresses into my window NPS servers).

 

for my cisco 2811 I run this: ssh username@<IPADDRESSS> 'show running' >/path/file.out and since ssh keys are set i get the outpu to that text file.

 

Trying this on a 3com WAP doesn't work: ssh username@<IPADDRESSS> 'show running'

[root@test ~]# ssh admin@10.10.10.104 'show system'

admin@10.10.10.104's password:

 

Then I have to kill it with a ctrl-c because it just sits there.