Gérer les clés SSH
Plesk vous permet de gérer des clés SSH. Ces clés sont nécessaires lorsque vous voulez accéder à votre serveur via la ligne de commande SSH, utiliser un logiciel (comme FileZilla ou Forklift) pour télécharger des fichiers via SFTP, ou configurer le système de sauvegarde fourni avec votre compte.
Lorsque vous êtes connecté à Plesk avec le bon utilisateur, vous pouvez accéder au gestionnaire de clés en ouvrant le menu de droite de Plesk, puis en cliquant sur CléSSH SSHKeys :
Adding a SSH key to your server
To enable other computer or service to connect to your server via SSH (SFTP, rSync, SSHFS, etc.), you need to add a SSH key relating to this computer or service. In most cases, a key is provided by the service you wish to connect from.
To import this key into your server, in the keys manager, just choose to add a key and paste the key content.
Note this key MUST contain a name, which is not always provided. If it's missing, you have to add it at the end of the key, after a space character (the name of the key itself must not contain spaces).
The format of the key to paste in Plesk should be something like that : ssh-ed25519 ACR5fG...PKOe8MO my_key_name
Removing key(s) from your server
You can delete one or more SSH keys at any time by selecting it/them in the keys manager and clicking on the Remove button.
After the deletion of a key, the external computer or service that was using it to connect will no longer be able to connect to your server.