SSH Does Nothing, No Matter What Command Line it Get (Cygwin)
Solution 1:
You could check with "strace" and see what it is not doing.
strace ssh -v hostname
Solution 2:
Try the "-v" flag. Forces it to be more verbose and give you some kind of information about what it's doing.