Overview
This article walks you through the process of configuring SSH to access your DreamPress website.
Logging in to DreamPress
The following steps configure your DreamPress user as a Shell user so you can log in via SSH.
Confirm your user is a Shell user
- Navigate to the SFTP Users & Files page.
- In the top menu, click the Filters dropdown.
- Select the Servers button.
- Select your DreamPress server from the dropdown menu.
- Your DreamPress user displays.
- Click the toggle button to enable Secure Shell Access (SSH). After you enable SSH, wait a few minutes for it to take effect. You can then proceed to the next step.
Locate your credentials
- Navigate to the Manage Websites page.
- Click the Manage button to open the Domain Settings page, which allows you to adjust various settings for your site:
- Select the Website tab.
- Scroll to the Manage Your Site section.
- To the right of Manage Files, click the Login Info button to view your credentials.
See this article if you need to reset your password.
Log in to your server via SSH
Now that your user is a Shell user, you can log into it via SSH.
Opening up a terminal application
A terminal is a program you can use to run shell commands. There are several terminal clients (applications) you can use on any operating system. See this article for the easiest options for Windows, Mac, and Linux.
Logging in
Once you have chosen a terminal, open it and run the following command to log into your server using your credentials:
[local]$ ssh username@example.com
You are then asked for your Shell user's password. Enter this and you are then logged in.