How to allow SSH for your myVesta admin account
Posted: Thu Feb 09, 2023 10:53 am
On some specific myVesta installations, as security measure, 'admin' user is not allowed to log in via SSH.
To enable it, in your SSH, as root, run:
To allow root password authentication via SSH and set the root password to match the password for the admin account - run:
To enable it, in your SSH, as root, run:
Code: Select all
sed -i "s|DenyUsers admin|# DenyUsers admin|g" /etc/ssh/sshd_config
service sshd restart
Code: Select all
v-commander 'enable-ssh-root-password-login'