• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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