I installed the 64 bit version of OpenSSH on a Windows Server 2012 machine. In PowerShell I started the SSH service. I could not SSH to the Windows server from the server itself. This is how I test SSH on Linux.
I tried to SSH from a Linux server to the Windows server. I got the error “connection refused.” I know that port 22 is not blocked from the Linux server to the Windows server. What do I need to do to get OpenSSH to work?
I followed all of the github directions except the optional steps. What am I doing wrong?
I could not use Putty to get into the Windows server. I get “connection refused.” Port 23 is not blocked between the Linux server and Windows server. I don’t have any way of using telnet that I can think of. I saw nothing in the logs. No connection ever initiates.