Enabling SSH and permitting root login in VMware vRealize Infrastructure Navigator
search cancel

Enabling SSH and permitting root login in VMware vRealize Infrastructure Navigator

book

Article ID: 342755

calendar_today

Updated On:

Products

VMware VMware Aria Suite VMware vCenter Server

Issue/Introduction

This article provide steps for enabling SSH and permitting root login in VMware vRealize Infrastructure Navigator.

Note: By default, SSH and root login over SSH is disabled in VMware vRealize Infrastructure Navigator.

Environment

VMware vCenter Infrastructure Navigator 1.1.x
VMware vCenter Infrastructure Navigator 5.8.x
VMware vCenter Infrastructure Navigator 1.0.x
VMware vCenter Infrastructure Navigator 2
VMware vCenter Infrastructure Navigator 5.7.x
VMware vRealize Infrastructure Navigator 5.8.x
VMware vRealize Infrastructure Navigator 5.7.x

Resolution

To enable SSH and permit root login:

  1. Open the Infrastructure Navigator appliance console and login as root.
  2. Open the /etc/ssh/sshd_config file using the text editor.
  3. Change PermitRootLogin to yes.
  4. Save and close the file.
  5. Restart the ssh service by running this command:

    service sshd restart

    Note
    : SSH gets disabled when the Infrastructure Navigator appliance is rebooted. To make SSH persistent after a reboot, run this command:

    chkconfig sshd on