Install SSH Server Windows Ubuntu

In this tutorial I explain how to install SSH Server Windows Ubuntu MAC operating systems. Actually SSH is very important concepts for accessing into live server and helps to execute number of commands. For example we need to run artisan for run Laravel framework project in our end. For that we need to access and enable SSH server via command line.

The recommended method is Putty, because it’s very secure and easy to transfer data from our side. However we can do this operation via CMD & Git but the hosting companies are suggest to use Putty for error free methods.

Click to Download Putty on Your Machine such as Windows, Linux Ubuntu, MAC. If you are facing any issues during the installation or connectivity then just comment below, we are helps to solve your bugs. Because we are always online to solve our readers issues.

Let’s Starts – Install SSH Server

Okay let’s see the steps for how login and access SSH Client liver server via Web server such as Hostinger, Godaddy, Bluehost, Hostgator, CPanel etc. In this example we are using Hostinger shared hosting web server and shared hosting also have rights to access SSH. Because in some places they are told like SSH supports only VPS and cloud based server. The truth is it’s executed fine for all servers especially shared hosting also available.

Change Password

The very first step is you have to change the password, otherwise did not able to connect the SSH server. So change password for particular domain then enter your user name, password for further steps. If you are not changing the password then you are getting following error like Permission denied please try again. The layout looks like below image,

login ssh server windows

After changing password, you have to enable the SSH Status.

Install Putty

Hereafter you have to download & install Putty server for further steps to connect SSH server. In the above steps I clearly explained how install and access the software in our project. After installing the tool just open and it’s asking

  1. Host Name (or IP address)
  2. Port
  3. Connection type – SSH
  4. Also Read – PHP prjoject

Both of IP address and Port number available on above mentioned images. The above credentials is mine, so you have to create your own details.

When fill both information, the command line opened and ask our username to login the account, so we have to give our username & password information. Now it was successfully connected and able to execute queries based on your requirements.

Alternative Method – CMD & Git | Install SSH Server

The alternative method is very easy and we don’t need any IP address or pot number. For that we have to enter below code which is available in the section of “Use a built-in terminal on your device”.

ssh server putty

It ask password after that we can able to access the particular information. Then you can able to generate PHP Laravel MVC commands via live server. And also Firebase database is very important for explore our terms and conditions..

Leave a Reply