• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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