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.
21 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:
Download from here:
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:
The original OpenSSH Project page, last updated October 19, 2018
as well as
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