get service ssh shows "root login" enabled and the SSH "service state" as running.Although SSH was enabled, the root user is not allowed to login via SSH. PermitRootLogin is commented out in the /etc/ssh/sshd_config file on the affected NSX appliance, as in the following screenshot:
vi /etc/ssh/sshd_config/etc/init.d/ssh restartNote: If root login still fails you may need to enable root login after restarting SSH
set ssh root-loginNote:
PermitRootLogin prohibit-password may not be commented out in some cases, but will require the same workaround above to allow root SSH login.