I installed OpenSSH on my Windows Server machine to use SSH. To test this out, I ran this command from my windows server.
scp test.txt user@unixserver.company.com:/path
Which worked, I can see the file on unix via putty. However, if I run this command on the unix server:
scp index.txt user@windowserver.company.com:/path
It doesn't work. It hangs for a long time and eventually I get:
ssh: connect to host windowserver.company.com port 22: Connection timed out
lost connection