How to Setup SSH Server in Windows with freeSSHd


To totally unlock this section you need to Log-in


Login

Have you ever wanted to control your Windows remotely using the command line? With the SSH network protocol, you can! Telnet is another way to achieve this, but it is not as secure as SSH. In this simple guide, I will tell you on how to setup a SSH server in Windows with freeSSHd.

With this setup, you can now access and manage your PC from another computer using the Windows command line. That means that you can copy, edit, move and delete files inside your home computer from another computer in the office, for example. Furthermore, the SSH network protocol secures the connection between the two connected computers! If you are interested, you can read more on SSH.

Step 1: Setup SSH Server in Windows with freeSSHd

This is an absolute noob guide , so I’ll explain in detail. If you are an advanced user (boo!), you are welcome to skip the installation steps.

  • freeSSHd is the easiest software to use to get SSH working in Windows. Download freeSSHd before proceeding any further.
  • Double click the freeSSHd installer that you have downloaded to get started.
  • How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

  • Click Next
  • Click Next (or you can change the default installation directory);
  • Click Next (Full Installation);
  • Click Next (Start Menu Folder);
  • Click Next (Create a desktop icon);
  • Click Install (ready to install) and wait until installation has finished;
  • Click Close (Try other products...);
  • How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

  • Do you want to run freeSSHd as a system service?”: choose “No” so you can start freeSSHd manually. This is a good security practice because you don’t want to have running applications in the background if you are not using it. Only turn freeSSHd on when the need for remote connections arise!
  • How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

  • Click Finish to complete freeSSHd installation.
  • Step 2: Run freeSSHd

    Double click the freeSSHd icon on the desktop to load your SSH server. You can see the freeSSHd icon on your system tray.

    Right click on the icon and click Settings.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Make sure that the freeSSHd settings page (Server Settings tab) shows that your “SSH server is running”.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Step 3: Create a New SSH User

    Click on the Users tab. You need to create at least one user account that will act as your SSH remote user account.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Click “Add” to create a new user. Fill in the user details, following the example shown below (with your own unique username and password, duh!). Click OK and make sure it appear on the Users tab list.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Step 4: Test SSH Access with Putty (Local)

    Using the same computer that you install freeSSHd previously, download Putty. Putty is a desktop or command line client that you can use to access SSH servers.

    Double click the Putty installer to run it. Fill in the details as shown in the diagram below. 127.0.0.1 means that you are testing the SSH access from a local connection.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Press “Yes” on the security alert screen. Insert your SSH username and password that you have created previously.

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    If you get a Windows Command Prompt, you have successfully access your SSH server! Congratulations!

    Connect your computer to the Internet / local network and take note of your computer’s IP address.

    Step 5: Test SSH Access with Putty (Remote)

    Using another computer e.g. your office computer, download Putty again.

    Repeat step 12 to 13 above but this time, use your SSH server IP address (type it inside Host Name or IP Address field).

    If you get a Windows command prompt, you have successfully access your SSH server from a remote computer! Double congrats to you!

    How to Setup SSH Server in Windows with freeSSHd

    How to Setup SSH Server in Windows with freeSSHd

    Enjoy! You will find the freeSSHd even on HeelpBook, down here.

    Download

    [wpfilebase tag="file" id=116 /]

    1 thought on “How to Setup SSH Server in Windows with freeSSHd”

    Comments are closed.