OpenJDK Community Code Review server rollout
Tim Bell
Tim.Bell at Sun.COM
Tue Feb 17 16:49:31 UTC 2009
Ivan:
> I'd like to use cr.openjdk.java.net for a public review.
> How to set/reset password to that site?
cr.openjdk.java.net is using the same ssh public key that you registered
when you became a contributor to hg.openjdk.java.net.
> If it is the same is the as for openjdk.java.net I probably do not have
> the right permissions.
If you are not running ssh-agent, you should be prompted for your public
key passphrase. For example:
% sftp cr.openjdk.java.net
Connecting to cr.openjdk.java.net...
Enter passphrase for key '/x/tbell/.ssh/id_dsa':
If you are getting a 'password' prompt, then something is wrong with the
public key negotiations and you need to fix that first.
The extra-verbose output of 'sftp -vvv cr.openjdk.java.net' may help you
see where the public key handshaking breaks down.
Hope this helps-
Tim
More information about the discuss
mailing list