How to disable SSH and enable HTTPS via Cn-Maestro to multiple e-PMP Device

If you want to change the web access from http to https and disable SSH access for multiple radios use Cn-Maestro. Below is the simple template for ePMP devices which helps us to make the required changes on the radios.

Please follow the below steps:-

  • Create the template as per below script.
  • Push them globally on multiple APs.
  • Template gets applied immediately without the device reboot.

{
  "device_props": {
    "webService": "2",
    "cambiumSSHServerEnable": "0"
  }
}

Regards,

Sanjay Kumar