- To enable SSH to NSX Manager, log in to your vCenter Server and open the VM console of the NSX Manager in which you want to enable SSH. To start the SSH Service in NSX Manager, run the below command:
start service ssh
- Starting the service will not persist across the reboot. The reboot of the NSX Manager may stop the SSH service during boot. If you want the service during the boot of NSX Manager. Run the below command:
set service ssh start-on-boot
Note: Run these commands as the admin user, not as the root user.