• 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 How to create ssh key for users?

Erick Nunes

Basic Pleskian
I created my plesk on EC2 Amazon. There, the access already uses the key file.

I need to create SSH access for a user from a subscription, but it does not work, since the file is mandatory

Error logging via ssh with user created but no key file:
Permission denied (publickey).
 
So are you wanting to allow them password auth?

Modify /etc/ssh/sshd_config

PasswordAuthentication yes

You can permit root as well if you like to live dangerously;

PermitRootLogin yes

Finalize it with a reboot of the SSH service.

I really dislike Plesk on AWS....
 
did you also consider to use the SSH Keys Manager Extensions from Plesk for you needs. Plesk Panel > Extensions > Extensions Catalog > Authentication

Using SSH keys is more convenient and secure than traditional password authentication. This extension allows you to manage SSH keys from the Plesk UI. For every individual subscription, you can add or remove an SSH key which the subscription owner can then use to access the server.
 
Last edited:
did you also consider to use the SSH Keys Manager Extensions from Plesk for you needs. Plesk Panel > Extensions > Extensions Catalog > Authentication

Hi! Do you know how to add Key with an user different of root? I'm using SSH key manager extension with AWS Cloud9, but i get this message: We do not recommend using your AWS root account to create or work with environments. Use an IAM user instead
 
Back
Top