CMS Keeper

All guides

Veebimajutus.ee — how to grant us SSH access

In self-service, create (or reuse) an SSH user and add our public key. SSH port is 1022.

https://admin.veebimajutus.ee

  1. Log in at https://admin.veebimajutus.ee (ID-card, Mobile-ID or Smart-ID).
  2. Select the domain on the dashboard.
  3. Open Web server → SSH users. Add an SSH user if none exists.
  4. Keys → Manage → Add. Paste the public key below.
  5. Copy the SSH server address and username from the yellow info box.
  6. Port is 1022 (not 22).
  7. WordPress files are usually in /htdocs. If wp-config.php is elsewhere, enter the real path.

Veebimajutus help: SSH key

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.