On Fri, Feb 04, 2005 at 07:51:58AM -0600, Nick wrote:
> Problem:
> Still, no matter what, when trying to pscp -r and pull from Linux to 
> Windows I get the error: ssh init: Connection timed out. (I'm doing 
> this from the Windows command prompt.) I don't have it in front of 
> me, but I'm following the syntax for the command exactly as several 
> listmembers here wrote it out.

First, on the linux machine try "ssh localhost" to make sure sshd is
accepting connections.

Second, I'd try from the windows machine "telnet linux.ip.address 22". You
won't be able to make a valid connection, but you should see sshd identify
itself.

-Steve