I'm not sure if sourceforge supports it or not, but if they do, here's
how you would do it:

1.  Run ssh-keygen on the client.  This will create a public/private key
pair.  If you don't want to enter a password, don't give one when you
create the key pair.

2.  Copy the public key (~/.ssh/identity.pub) to the sf server and put
it in the file ~/.ssh/authorized_keys.

That's it.  If sf supports RSA authentication, you should not be
prompted for a password.  (You can double check this by running ssh with
the -v option.)

Dave

-- 
"They that can give up essential liberty 
to obtain a little temporary safety 
deserve neither liberty nor safety." 
  -- Benjamin Franklin 

On Sat, 2001-12-15 at 18:46, Mike Bresnahan wrote:
> I've got CVS access to a project on sourceforge and I'm using CVS in
> client-server mode for the first time.  Sourceforge uses ssh in place of rsh
> when using CVS, i.e. export CVS_RSH=ssh.  Every time I issue a CVS command I
> get prompted for a password.  Is there some way I can make ssh remember my
> password?
> 
> Mike
> 
> _______________________________________________
> tclug-devel mailing list
> tclug-devel at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-devel