Overview
Windows 10 includes a native SSH client (enabled by default) you can use from Command Prompt or PowerShell to log in to your DreamHost server — no third-party software like PuTTY required. This article shows you how to use it.
Background
In the past, you had to use a third-party SSH client such as PuTTY to run shell commands. However, Windows 10 offers a native shell client you can use to access your DreamHost web server. This is enabled by default, so you do not need to download any other software.
How do I use the SSH client?
You can run the SSH client either from Command Prompt or PowerShell.
When you first log in to your server, you may see a warning stating that the server's host key is unknown. This is normal; however, you should verify the server's key in your panel. See this article for more information.
How do I use Command Prompt?
- On the bottom left, type cmd into the search bar.
- Select Command Prompt to open it.
- Visit the SSH overview article for instructions on finding your login credentials.
- Run the following command to log in to your server:
[server]$ ssh user@server.dreamhost.com
How do I use PowerShell?
- On the bottom left, type powershell into the search bar.
- Select PowerShell to open it.
- Visit the SSH overview article for instructions on finding your login credentials.
- Run the following command to log in to your server:
[server]$ ssh user@server.dreamhost.com