How to install OpenSSH on Windows 7?

So I've been trying to install an ssh server on my local machine back home for ages, I tried to ask here yesterday and so far I haven't got any results. I'm a programmer, I have a PC (the server) in our house which contains my projects, and since I can't bring it anywhere I go, I decided to install and SSH/SFTP server on it to make me compile my projects anywhere.

I installed openssh, using this guide () except for step 7.

Now I am stuck on: how do I configure it to so that I could login on it? say, on my client ssh program like connectbot (android) I could it like this myusername@remotehostIP?

I'm basically new to this matter and really need some help, thank you.

2

1 Answer

I'm not sure why you're using that Wiki article. Nor am I sure if OpenSSH (circa 2004) is necessarily the best choice for your particular use case.

Nevertheless - you should be able to:

  1. Download from here:

  2. Simply extract the .zip and run the .msi.

=================================================================

ADDENDUM:

I originally thought you were having problems with the "install". If there's any doubt in your mind, please (re)visit:

But I'm also wondering if OpenSSH is really the best solution for your use case?

Q: Are you running Windows on your server? Q: Do you want/need Windows GUI access?

If so, perhaps you want to consider a VPN (for secure access).

For example:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like