SSH, or Secure Shell Protocol is an encrypted protocol that allows for a client to securely connect over a public network to a remote server. Websites hosted at 10Web can use the SSH credentials to log into command prompt and perform common system admin tasks, view, edit, execute and copy files.
How to connect with SSH
To connect using SSH you need to open the command prompt in Windows or the terminal in Mac.
Note:
The first time you connect to SSH, you will see a warning message where you will be asked to confirm that you want to continue. Continue by typing a Yes and hitting enter.
To connect via SSH in a Windows operating system:
- Log in to your 10Web account
- Click on the website you want to connect to
- Under Hosting Services click on Credentials
- Open the Windows command prompt by typing cmd.exe in the search field
- Navigate to the 10Web dashboard and find the SSH Connections card
- Copy the Command line and paste it in command prompt then click enter
- Go back to the 10Web dashboard and copy the password
- Right click to automatically paste password and hit enter
Important:
For security reasons, the password will not be visible.
If you are using the Windows operating system, you can also connect to your database via Windows PowerShell.
To connect via SSH in a Mac OS:
- Log in to your 10Web account
- Click on the website you want to connect to
- Under Hosting Services click on Credentials
- Type Terminal in spotlight then enter or
- Open Applications > Utilities then double click on Terminal
- Go to your 10Web dashboard and find the SSH Connections card
- Copy the Command line and paste into terminal then click enter
- Copy the password then right click and paste and click enter
Important:
For security reasons, the password will not be visible.
Once connected, you will see the server the site is using, like Ubuntu, and you will also see system information for the last 30 days. You can start using basic commands to view, copy, and edit files.