To connect to a Linux VPS, you need to make a secure connection from your own Windows device to the remote device through a connection type calls SSH(Secure Shell).
Putty is a Client-end software that provides this connection type [too], There is a lot of software that you can use instead, but in this article, we will use Putty to connect a Linux VPS, Let’s take a look!
Connect To Linux VPS With Putty
- First of all, We need to download and install Putty software.
Download a suitable software version of Putty, If your system support 64-bit so download it, if not download the 32-bit version.
- Complete the installation steps and Install the Putty!
- Search the “Putty” in your Windows search box and open it.
- In the lanched window, put the IP or Hostname and click Open.
Example, IP: 192.168.1.14 or Hostname: server1.domain.com
Note: The default SSH port number is 22, also make sure the SSH radio button is selected!
- It will pop-up a Warning page at the first login!
If you are sure that you have entered the correct information, click Yes.
Future connections do not show this warning because the host key is now cached on the local computer.
- Now the connection is created, Just type the Username and press Enter, After that, type Password and press Enter again.
Note: Due to security reasons, You won’t see the typed characters as a password!
- Hola! You are in!
Change Root Password OF Linux VPS
We always recommend changing the default root password to a personal one! You can use passwd
command to do it in 3 simple steps!
- Execute the
passwd
in the shell prompt
- Enter the new password. As mentioned, the password does not echo to the screen.
- Reenter the new password and press Enter.
If you need a cheap Linux VPS, we will fix your problem and provide a Linux virtual server.
That’s it! Let us know if you faced any problems here by leaving a comment.
Thank you for sharing this information with me. Thank you
Great content! It was simple, thank you! Keep it up!
Awesome post! Keep up the great work! :)