Skip to main content

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"





Comments