Fwd: How to update my cr.openjdk.java.net ssh key pairs?
Tim Bell
tim.bell at oracle.com
Thu Oct 22 21:54:31 UTC 2015
Sebastian-
For future reference, the list for this type of access issue is
ops at openjdk.java.net
You are correct - your rsync command modified the file permissions on
your home directory. After that, sshd will no longer trust your login
credentials. Here is what it looks like, with my own home directory
added for comparison:
# ls -ld ~tbell ~sebastian
drwxrwxr-x 8 sebastian hg 9 Oct 20 17:29 /oj/home/sebastian
drwxr-xr-x 27 tbell hg 30 Jun 27 02:44 /oj/home/tbell
# chmod 755 /oj/home/sebastian
# ls -ld ~tbell ~sebastian
drwxr-xr-x 8 sebastian hg 9 Oct 20 17:29 /oj/home/sebastian
drwxr-xr-x 27 tbell hg 30 Jun 27 02:44 /oj/home/tbell
This should be fixed now.
Please try it again and let us know on ops at openjdk.java.net if this is
still an issue.
Best regards-
Tim
> -------- Forwarded Message --------
> Subject: How to update my cr.openjdk.java.net ssh key pairs?
> Date: Thu, 22 Oct 2015 18:03:58 +0200
> From: Sebastian Sickelmann <sebastian.sickelmann at gmx.de>
> To: discuss at openjdk.java.net
>
> /Hi All, ////I hope there is any one who could help me solve this
> problem. ////I have an account for cr.openjdk.java.net. However for
> some reason I //think i somehow broke my pub key on the server. In one
> call of rsync it
> works, and a few seconds later, where i realised that i have done a
> typing error in the rsync command my key is not accepted
> anymore.//////Is there a way to recreate my key from the initial
> request, or maybe i
> can send it againg? I found on this mailing-list a email-address
> mentioned: keys at openjdk.java.net,//which i mailed 2 days ago. Is this
> email-address the right way? If it
> was my faulty rsync command, is there a way to prevent it to technically
> prevent this in future? I have done: rsync -av 8139754/
> sebastian at cr.openjdk.java.net: instead of rsync -av 8139754
> sebastian at cr.openjdk.java.net: Thanks for your support Sebastian /
>
>
>
More information about the web-discuss
mailing list