• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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
 
Back
Top