• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved SECURITY information for <server_name>. Problem with defaults entries ; TTY=unknown

Manfred Beck

Basic Pleskian
Server operating system version
AlmaLinux 8.9 (Midnight Oncilla)
Plesk version and microupdate number
18.0.57 Update #3
Once a week I receive tons of mails with:

<server_name> : Dec 12 01:43:20 : <ssh_user_of_domain> : problem with defaults entries ; TTY=unknown ; PWD=/usr/local/psa/admin ; USER=root ;

I presume it comes from VirusTotal Website Check, which I tested weeks ago and then switched it off completely removing also the API-key. Cannot figure out what else can produce this "Unauthorized access to psa / admin folder" error
 
Educated guess:
This error is caused by sudo looking for directives in a place it cannot find them (sss). The settings in the file /etc/nsswitch.conf were the following:

sudoers: sss files

Modify directives in /etc/nsswitch.conf to have only:

sudoers: files
 
Thank you, I changed the file accordingly and wait a week to see what happens. Btw the .conf file was not touched since 2020.
 
Back
Top