I have been able to upload my ssh key to allow for access without having to type
the password each time. I used ssh-keygen and did not assign the generated key
a passphrase. This is only working on windows 2000 though. On RedHat linux
7.0 I am having to enter the password each time. I believe this is an issue with
the linux ssh using version 2 of the protocol vs version 1.5 on windows but I
have not looked in the issue in detail.
You can debug the secure connection setup by issuing the following command:
ssh -v -l <userid> cvs.jboss.sourceforge.net cvs -t server
You can add more than one -v arg to make the ssh output increasingly verbose. The -t
to the cvs command puts it in trace mode so that it also tells you what its doing.
> I tried to upload keys to prevent this but without success. If someone has done
>this , please
> respond.
>
> Cheers,
> Vladimir
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development