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