Radicenter — how to grant us SSH access
Radicenter shared hosting uses cPanel. Import our public key and authorize it — otherwise SSH will not open.
- Log in to Radicenter cPanel (the URL is in the welcome email or self-service).
- Open Security → SSH Access → Manage SSH Keys.
- Import Key — paste the public key below. Name it “WordPress maintenance”.
- Public Keys → Manage → Authorize. Without authorization the key will not work.
- Copy the server name (or IP) and the cPanel username from the cPanel home page or the welcome email.
- Port is usually 22. WordPress is usually in public_html — 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.