summaryrefslogtreecommitdiff
path: root/AccountRequests.mdwn
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-01-31 15:27:43 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-01-31 15:27:43 +0000
commit7c511fdcf4764cef568f0463010703c7d365f2b9 (patch)
tree259690d84d17de7311ebcafecb2c15740d9f6fca /AccountRequests.mdwn
parent903f710189c403077b30917b77b91c3ae29f8eb1 (diff)
clarify ssh keys restrictions
Diffstat (limited to 'AccountRequests.mdwn')
-rw-r--r--AccountRequests.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/AccountRequests.mdwn b/AccountRequests.mdwn
index 0cfbf63d..875ebcab 100644
--- a/AccountRequests.mdwn
+++ b/AccountRequests.mdwn
@@ -30,7 +30,9 @@ If you already have an account, and these key are already in place, then you don
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`.
+Neither (EC)DSA nor RSA1 keys will be accepted, so choose another key type, such as `rsa` or `ed25519`.
+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