• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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