• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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