• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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