If you didn't enable the SSH during the installation process of your NSX-T Appliance. Here is the way to enable the SSH manually
Steps:
- To enable SSH service
- Login to vCenter and console the NSX-T Server then login as a root
- Edit this config file /etc/ssh/sshd_config using vi
- Now add the "PermitRootLogin" and set it to "yes"
- Run this command "/etc/init.d/ssh restart" to restart the service
- To see the status Run "/etc/init.d/ssh status"
- Now we can see that SSH service is active running
- Now you can SSH the NSX-T Appliance using Admin and Root account
Commentaires