Enable or Disable SSH and Web UI Access

Enable SSH Access

Procedure


Step 1

To enable access to the SSH, use the following command:

Device# configure ssh enable

Step 2

To verify whether SSH is enabled, use the following command:

Device# show ssh 

SSH: enabled

Disable SSH Access

Procedure


Step 1

To disable access to the SSH, use the following command:

Device# configure ssh disable

Step 2

To verify whether SSH is disabled, use the following command:

Device# show ssh 

SSH: disabled

Enable Web UI Access

Procedure


Step 1

To enable Web UI access, use the following command:

Device# configure webui enable

Step 2

To verify whether web UI access is enabled, use the following command:

Device# show webui config 

Web-UI: enabled

Disable Web UI Access

Procedure


Step 1

To disable Web UI access, use the following command:

Device# configure webui disable

Step 2

To verify whether web UI access is disabled, use the following command:

Device# show webui config 

Web-UI: disabled