Initial Setup
Log into hosting.mandraled.com, navigate to their hosting package management panel, and access the SSH Access section.
Key Generation
Open Terminal and execute ssh-keygen to create public/private key pairs. Users are prompted to confirm the default location and can optionally set a passphrase.
Key Configuration
After generation, the public key (typically saved at /Users/user/.ssh/id_rsa.pub) must be copied and pasted into the Public Key field within the SSH Access section. The guide notes it can take up to 5 minutes for activation.
Connection
Return to Terminal and connect using: ssh domain.com@ssh.stackcp.com, confirming the connection by typing \"yes\" when prompted.