0

I am searching for as small as possible console-based ssh server for windows machines. I just need to make one server capable of tunneling so i wouldn't really need ssh keys or anything, just a simple and small ssh server application.

What are your advices ?

2 Answers2

1

I am useing OpenSSH via Cygwin. An actively maintened package that combines those two would be copssh (got this from http://www.openssh.org/windows.html and am using it to securely transfer files via scp off a windows host)

lepole
  • 1,733
  • 1
  • 10
  • 17
0

How about http://sshwindows.sourceforge.net/

Chopper3
  • 101,299
  • 9
  • 108
  • 239