How to access my shared hosting account with SSH/SFTP/SCP? Print

  • 30

  1. Log into your control panel.
  2. Select the domain you wish the enable SSH for.
  3. Enable shell access for the domain by changing the option "Shell access to server with FTP user's credentials" under Web Hosting Settings
  4. Use SSH port 22123 to connect using your preferred client

We use a custom SSH port to avoid annoying SSH bots that scan networks trying to break into accounts using common and weak passwords.

The command to access using terminal:

ssh [email protected] -p 22123

 


Was this answer helpful?

« Back