• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved SSH Acccess doesn't work

I have an "access denied" error
Did you verify that the user is listed in /etc/passwd?

# grep <username> /etc/passwd

should yield something similar to

<username>:x:10001:1003::/var/www/vhosts/example.com:/usr/local/psa/bin/chrootsh
 
Did you verify that the user is listed in /etc/passwd?

# grep <username> /etc/passwd

should yield something similar to

<username>:x:10001:1003::/var/www/vhosts/example.com:/usr/local/psa/bin/chrootsh

The user is listed, I have the following return: username:x:10006:1003::/var/www/vhosts/mydomain.fr:/bin/sh
 
Back
Top