Step 2: Log in to a server
Follow these steps on on your laptop/PC:
Open a terminal window on your laptop or PC to enter commands
On Windows, open the program called Command Prompt.
On Mac, open the program called Terminal.
To connect to VPS, use the
ssh
command from your terminal:
Example:
If you’re using Windows, the SSH Client is available starting from Windows 10 version. For earlier versions, please use PuTTY or other alternatives.
When you log in the first time, you’ll see the following message:
Type yes
and press Enter
. This will prompt you to input a password. Note, all Linux systems don’t reveal passwords when you type them. Finish entering your password and click Enter
.
If your credentials are correct, you will see the following message:
Going forward, any time you want to log in to your VPS via the terminal, enter the command:
Last updated