SSH (Secure Shell) lets you securely connect to your hosting account’s command line for advanced management.
To connect via SSH:
-
Log in to your PassoCloud client area.
-
Go to Services → My Services → Manage Product.
-
Click Login to cPanel.
-
In cPanel, go to Security → SSH Access.
-
Click Manage SSH Keys to generate or upload your SSH key.
-
If generating a new key, create one using RSA and a strong passphrase.
-
Authorize the key after creating it.
-
Use your SSH client (for example, PuTTY or Terminal) to connect using:
ssh username@yourdomain.com -p 22
Once connected, you can run Linux commands, manage files, and perform advanced tasks. Always be cautious when executing commands, as changes here affect your live site.