• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue Permission Denied in SSH subdomain

jaumealcantarago

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Plesk Obsidian Version 18.0.56 Update #3
I try to access my subdomain from SSH but I get permission denied


1715095673011.png
 
Sí, todavía me da el mismo error, pero esto no ocurría antes.

Translation courtesy of admin:
Yes, I still get the same error, but this was not happening before.
 
Last edited by a moderator:
Make sure the permissions are correctly set for:
/var/www/vhosts/example.com/.ssh/authorized_keys to 644
/var/www/vhosts/example.com/.ssh to 700

Also make sure the PubkeyAuthentication option is set to yes in /etc/ssh/sshd_config.

If you make any changes make sure to restart the sshd service: service sshd reload
 
Now mi path ->
Code:
/var/www/vhosts/w3bcn.es/.ssh
1718897813918.png
and
Code:
/var/www/vhosts/w3bcn.es/.ssh/authorized_keys ->
1718897777358.png


I still have the same error
 
Hey,
I'm having exaxctly the same issue. All rights and permissions are set properly. Also the terminal is working for root at global settings page.
But for a specific user/domain its not working. :(
 

Attachments

  • Bildschirmfoto 2024-09-18 um 23.12.11.png
    Bildschirmfoto 2024-09-18 um 23.12.11.png
    271.7 KB · Views: 3
Could you please double-check the following permissions and provide us with the output:

/var/www/vhosts/example.com/.ssh
/var/www/vhosts/example.com/.ssh/authorized_keys

Thank you in advance.
 
Back
Top