SSH (Secure Shell) lets you manage files, run commands, and troubleshoot your hosting account from a terminal — available on DanumHost plans that include shell access.
Generate an SSH key in cPanel
- Go to Security → SSH Access or SSH/Shell Access.
- Click Manage SSH Keys → Generate a New Key.
- Enter a key name, choose a key type (RSA or ED25519), and set a passphrase for extra security.
- Click Generate, then Authorize the public key for your account.
Connect from your computer
- Download the private key or copy it to
~/.ssh/on your machine. - Set permissions:
chmod 600 id_rsa(Linux/macOS). - Connect using
ssh username@your-server-hostnamewith the port shown in cPanel (often 22).
If SSH is disabled on your plan, contact DanumHost support to confirm whether shell access can be enabled.