summaryrefslogtreecommitdiff
path: root/AccountRequests.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 23:08:50 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 23:08:50 -0700
commite6f9780d68c56dd554feb555da5482dbfb96b9ae (patch)
treea04ce94c81b34be0472916afb594620f551ca733 /AccountRequests.mdwn
parentbfe4332746224a88f3f8c0b1d00d1ef4ff5f8f43 (diff)
AccountRequests: preformat more stuff
Diffstat (limited to 'AccountRequests.mdwn')
-rw-r--r--AccountRequests.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/AccountRequests.mdwn b/AccountRequests.mdwn
index 871bef40..53b4fbb3 100644
--- a/AccountRequests.mdwn
+++ b/AccountRequests.mdwn
@@ -23,9 +23,9 @@ If you already have an account, and these key are already in place, then you don
(replace `0xdeadbeef` with your key id; note also that the server is subkeys.**pgp**.net, not subkeys.gpg.net)
-To generate a GPG key, run gpg --gen-key, and gpg --export -a <your email address> to export the public key in a format suitable for attaching. You MUST keep your private key secure; anyone with your private key can now get access to fd.o machines, and potentially compromise source code! A strong passphrase is recommended, as is not keeping it on any public machines. If a private key is found on a freedesktop.org machine, it will be removed from the keyring, and a new one will have to be created.
+To generate a GPG key, run `gpg --gen-key`, and `gpg --export -a <your email address>` to export the public key in a format suitable for attaching. You MUST keep your private key secure; anyone with your private key can now get access to fd.o machines, and potentially compromise source code! A strong passphrase is recommended, as is not keeping it on any public machines. If a private key is found on a freedesktop.org machine, it will be removed from the keyring, and a new one will have to be created.
-To generate an SSH key, run ssh-keygen -t rsa -f ~/.ssh/mykey-fdo. Key type **must** be 'rsa': neither DSA nor RSA1 keys will be accepted. This will put your new public key in ~/.ssh/mykey-fdo.pub; to use it, add -i ~/.ssh/mykey-fdo to your SSH command line (e.g. ssh -i ~/.ssh/mykey-fdo annarchy.freedesktop.org), or create a stanza in ~/.ssh/config like so:
+To generate an SSH key, run `ssh-keygen -t rsa -f ~/.ssh/mykey-fdo`. Key type **must** be 'rsa': neither DSA nor RSA1 keys will be accepted. This will put your new public key in `~/.ssh/mykey-fdo.pub`; to use it, add `-i ~/.ssh/mykey-fdo` to your SSH command line (e.g. `ssh -i ~/.ssh/mykey-fdo annarchy.freedesktop.org`), or create a stanza in `~/.ssh/config` like so:
Host *.freedesktop.org
User myusername