How to automate authentication??

From: CNL (cniharra_at_polar.es)
Date: 06/04/03


Date: 4 Jun 2003 07:40:39 -0700

Hello everybody,

        I'm trying to make my Cygwin over Windows 2000 ssh server running
without needing authentication. I've done the following (but it keeps
on failing):

        - Generated my public and private keys in the client machine with:

                ssh-keygen -t rsa

        - Copied the file id_rsa.pub to my server, and then added the public
key to the authorized_keys file with:

                cat id_rsa.pub > ~/.ssh/authorized_keys

        I've done all these steps between Unix machines and I didn't get any
problems, so I have no idea what my poblem could be.

        If anyone can help I would appreciate it.

        Thanks.