Enable SSH Root User Access on the vSphere Data Protection Appliance in Region A
Enable the login to the vSphere Data Protection appliance in Region A over Secure SHell (SSH) as the root user. You connect to the appliance over SSH to install custom certificates and to perform troubleshooting operations.
Procedure
Log in to the Management vCenter Server by using the vSphere Web Client.
- Open a Web browser and go to https://mgmt01vc01.sfo01.rainpole.local/vsphere-client.
Log in using the following credentials.
Setting
Value
User name
Password
vsphere_admin_password
Navigate to the vSphere Data Protection virtual appliance mgmt01vdp01.
- Right-click mgmt01vdp01 and select Open Console to open the remote console to the appliance.
Log in using the following credentials. |Setting|Value| |:------|:----| |User name|root| |Password|vdp_root_password|
Run the following console command to open the sshd_config file for editing.
{#GUID-161B3398-43E8-4E5F-9B3B-0CC7D3B16828__codeblock_911638FDBD6F40B09C11A911C32AE3CA .pre .codeblock} vi /etc/ssh/sshd_config
Remove the
#
comment from the beginning of the line#PermitRootLogin yes
.Run the following command in the vi editor to save the file and exit the editor.
{#GUID-161B3398-43E8-4E5F-9B3B-0CC7D3B16828__codeblock_4337C714FC6B401C91CAE2E7A84F079B .pre .codeblock} :wq!
In the console, restart the SSH service to update the running configuration.
{#GUID-161B3398-43E8-4E5F-9B3B-0CC7D3B16828__codeblock_457A1E42BC2E4113B1881E21DE86A90D .pre .codeblock} /etc/init.d/sshd restart
Log out and close the console to the appliance.
Parent topic: Generate Manually a Key Pair and Certificate Signing Request for vSphere Data Protection in Region A
Next topic: Generate Manually the Key Pair and Certificate Signing Request for vSphere Data Protection in Region A