summaryrefslogtreecommitdiff
path: root/Software/ooo-build
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 18:24:17 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 18:24:17 -0700
commit438dc9f36b8ce5787dac5394b250e125cbcd7017 (patch)
treeb10d3ddab626d6cdc98719b5ecab9bd963e2c168 /Software/ooo-build
parentd9ee9b7e6febdea7e4f21012cfd6d012d290d643 (diff)
parent6af1475ca95fa5065dad0083cb40353daef4fde9 (diff)
moin2iki: Importing Moin history for page Software/ooo-build/AccountRequestCheatSheet
Diffstat (limited to 'Software/ooo-build')
-rw-r--r--Software/ooo-build/AccountRequestCheatSheet.moin42
1 files changed, 42 insertions, 0 deletions
diff --git a/Software/ooo-build/AccountRequestCheatSheet.moin b/Software/ooo-build/AccountRequestCheatSheet.moin
new file mode 100644
index 00000000..b770a5b7
--- /dev/null
+++ b/Software/ooo-build/AccountRequestCheatSheet.moin
@@ -0,0 +1,42 @@
+The complete account request information is available on [[AccountRequests]] page, here is a short version.
+
+Create a bug on http://bugs.freedesktop.org for product "freedesktop.org", component "New Accounts", named "Request for account for ooo-build" containing the following information:
+
+ * real name
+ * email address
+ * preferred account name
+ * GPG public key
+ * RSA SSH public key
+
+Add kendy at suse cz to the CC:, so that I can approve your request.
+
+== GPG key ==
+
+If you don't have one yet, do:
+{{{
+gpg --gen-key # choose default values everywhere it asks you anything
+gpg --keyserver subkeys.pgp.net --send-keys 0xTHEIDENTIFICATION # to send it to the server
+gpg --export -a <your email address> # that's what you should send me
+}}}
+
+'''And keep your private key secure!'''
+
+We also need you to be reasonably connected to the GPG network, so please find someone who can sign your key - you'll probably have to do this in person.
+
+== RSA SSH key ==
+
+You probably want to have a special key for the freedesktop.org account. To create it:
+{{{
+ssh-keygen -t rsa -f ~/.ssh/yourname-fdo
+# send ~/.ssh/yourname-fdo.pub to me
+# edit your ~/.ssh/config to contain:
+Host *.freedesktop.org
+ User yourusername
+ IdentityFile ~/.ssh/yourname-fdo
+}}}
+
+'''And keep your private key secure!'''
+
+== Further maintenance ==
+
+See [[AccountMaintenance]].