• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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