CMS Keeper

All guides

Other hosting — how to grant us SSH access

Ask the host to allow SSH with a key (not a password). Add our public key to authorized_keys or the panel’s SSH keys section.

  1. Create a separate SSH user for maintenance if possible — do not share your personal password.
  2. Add the public key below.
  3. Give us host, port, username and the directory that contains wp-config.php.
  4. If you know the company name, put it in the notes field — we will add a dedicated guide.

Our public SSH key

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKFBqdpGG7oBgzoFIXVJaTPlzDZ+sZsDIKnS3iKaXmcX cmskeeper@app.cmskeeper.com

If you restrict SSH by IP, allow this address: 2.29.23.134

Once the key is added, enter host, port, user and the directory with wp-config.php on the order page. Do not send a database password — WP-CLI reads it on the server.