Page 1 of 1

How to allow SSH for your myVesta admin account

Posted: Thu Feb 09, 2023 10:53 am
by isscbta
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:

Code: Select all

sed -i "s|DenyUsers admin|# DenyUsers admin|g" /etc/ssh/sshd_config
service sshd restart
To allow root password authentication via SSH and set the root password to match the password for the admin account - run:

Code: Select all

v-commander 'enable-ssh-root-password-login'