NDR Sensor CLI

Associated Commands:

CLI Description Command

Clear SSH service start on boot


Configure the SSH service to not start on boot.
clear service ssh start-on-boot

Clear SSH Root login property


Disable SSH Root login property
clear ssh root-login

Delete SSH service known host


Delete the specified host entry from the SSH known hosts file.
del ssh-known-host <hostname-or-ip-address-optional-port-arg>

Display service properties


Display information about the specified service.
get service <service-name-arg>

Display service properties


Display information about all services.
get services

Restart service


Restart the specified service.
restart service <restartable-service-name-arg>

Set SSH service start on boot


Configure the SSH service to start on boot.
set service ssh start-on-boot

Set SSH Root login property


Enable SSH Root login property
set ssh root-login

Start service


Start the specified service.
start service <start-stoppable-service-name-arg>

Stop service


Stop the specified service.
stop service <service name> [force]

Total commands: 10
Additional Links