On Tue, Feb 01, 2005 at 07:20:13AM -0600, Nick wrote:
> [...]
> Problem:
> I get the error "ssh init: Connection timed out." It times out after 
> ten seconds. I'm guessing this problem is on the Linux side but for 
> the life of me I couldn't find where to change it. What's the 
> easiest way to fix this problem?

This sounds like a network level problem. Can the machines ping each other
or make any other sort of connection? Do you have a firewall on one or the
other? If so, you'll need to open port 22 on the Linux machine to accept the
connection from the Windows machine. Do you have the ssh server running on
the Linux machine? 

-Steve