Enable root access on debain Appliance VMs deployed

 

Login to the VM console from webclient

Login to the appliance with maintance username and password

sudo su

chattr -i /etc/passwd /etc/shadow

enable password with "password root" command

Enable root ssh with making "PermitRootLogin Yes" in /etc/ssh/sshd_config file

restart ssh service by "service ssh restart"





No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...