Changes for page Release Plan Help

Last modified by Vincent Massol on 2024/03/19 16:56

<
From version < 215.1 >
edited by Simon Urli
on 2019/07/23 15:08
To version < 215.2 >
edited by Vincent Massol
on 2019/07/26 10:43
>
Change comment: Github doesn't accept dsa keys anymore; we need to use our rsa one

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.surli
1 +xwiki:XWiki.VincentMassol
Content
... ... @@ -56,7 +56,7 @@
56 56  
57 57  == The other times ==
58 58  
59 -* [[Configure your Github profile to add the SSH key of the agent>>https://github.com/settings/ssh]] so that the commits can be pushed to Github with your user (To get the agent SSH key, do {{code language="sh"}}cat ~/.ssh/id_dsa.pub{{/code}}). To verify it works, do the following on the agent machine: {{code language="sh"}}ssh -T [email protected]{{/code}}. It should reply with ##Hi <your user id>! You've successfully authenticated, but GitHub does not provide shell access.##.
59 +* [[Configure your Github profile to add the SSH key of the agent>>https://github.com/settings/ssh]] so that the commits can be pushed to Github with your user (To get the agent SSH key, do {{code language="sh"}}cat ~/.ssh/id_rsa.pub{{/code}}). To verify it works, do the following on the agent machine: {{code language="sh"}}ssh -T [email protected]{{/code}}. It should reply with ##Hi <your user id>! You've successfully authenticated, but GitHub does not provide shell access.##.
60 60  * Make sure previous release manager did not left his GPG key
61 61  {{code language="sh"}}gpg --delete-secret-and-public-keys `gpg --list-secret-keys | grep ^sec | cut -d/ -f2 | cut '-d ' -f1`{{/code}}
62 62  * Import your GPG key, run {{code language="sh"}}gpg --import <yourname>.gpgkey{{/code}}

Get Connected