• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue No STFP to Web Root

JONEBARKER

New Pleskian
Server operating system version
Ubuntu 22.04.2 LTS
Plesk version and microupdate number
Obsidian 18.0.53 Update #2
I can connect to SFTP via root to the server, but I cannot connect a domain-specific SFTP account.

- I checked firewall rules and connections are allow from all.
- I created the accounts on the domain level.
- I checked to ensure the service is running.

This s a freshly installed server (IONOS VPS), so I don't know why it just doesn't work when I go through the proper steps in Plesk.
 
This was not enabled in my subscription, so I did that as described. Still no access except for root via IP address. No access for root or created users via domain.

I found that in /etc/ssh/ssh_config file, PasswordAuthentication is set to yes, but the line commented out.
Also in /etc/ssh/sshd_config file, PasswordAuthentication is set to no.

Not sure I should change this because root can log in with password.
 
PasswordAuthentication can both be set to "yes". You need to restart sshd after the change.
 
Back
Top